Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 106 | Revision 110 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 106 Revision 109
Zeile 2... Zeile 2...
2
 
2
 
3
    /**
3
    /**
4
     * @package nagios-php
4
     * @package nagios-php
5
     * @author Lars Tiefland <ltiefland@gmail.com>
5
     * @author Lars Tiefland <ltiefland@gmail.com>
6
     * @copyright 2013
6
     * @copyright 2013
7
     * @version $Rev: 106 $
7
     * @version $Rev: 109 $
Zeile 8... Zeile 8...
8
     */
8
     */
Zeile 9... Zeile 9...
9
 
9
 
10
    // $Id: servicegroup.php 106 2013-01-03 10:12:56Z lars $
10
    // $Id: servicegroup.php 109 2013-01-03 10:16:06Z lars $
11
 
11
 
12
    /**
12
    /**
13
     * serviceGroup
13
     * serviceGroup
14
     * 
14
     * 
15
     * @package nagios-php
15
     * @package nagios-php
16
     * @author Lars Tiefland
16
     * @author Lars Tiefland
17
     * @copyright 2013
17
     * @copyright 2013
18
     * @version $Id: servicegroup.php 106 2013-01-03 10:12:56Z lars $
18
     * @version $Id: servicegroup.php 109 2013-01-03 10:16:06Z lars $
19
     * @access public
19
     * @access public
20
     */
20
     */
Zeile 57... Zeile 57...
57
         * @return
57
         * @return
58
         */
58
         */
59
        public static function getList()
59
        public static function getList()
60
        {
60
        {
61
            $sql="SELECT
61
            $sql="SELECT
62
                    groupgroup_id
62
                    servicegroup_id
63
                FROM
63
                FROM
64
                    servicegroups
64
                    servicegroups
65
                WHERE
65
                WHERE
66
                    instance_id = " . $GLOBALS["cfg"]["instance"] . "
66
                    instance_id = " . $GLOBALS["cfg"]["instance"] . "
67
            ";
67
            ";