Subversion-Projekte lars-tiefland.nagios-php

Revision

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

Revision 127 Revision 128
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: 127 $
7
     * @version $Rev: 128 $
Zeile 8... Zeile 8...
8
     */
8
     */
Zeile 9... Zeile 9...
9
 
9
 
10
    // $Id: service.php 127 2013-01-12 17:37:23Z lars $
10
    // $Id: service.php 128 2013-01-12 17:41:35Z lars $
11
 
11
 
12
    /**
12
    /**
13
     * service
13
     * service
14
     * 
14
     * 
15
     * @package nagios-php
15
     * @package nagios-php
16
     * @author Lars Tiefland
16
     * @author Lars Tiefland
17
     * @copyright 2012
17
     * @copyright 2012
18
     * @version $Rev: 127 $
18
     * @version $Rev: 128 $
19
     * @access public
19
     * @access public
20
     */
20
     */
Zeile 55... Zeile 55...
55
                    current_check_attempt,
55
                    current_check_attempt,
56
                    max_check_attempts
56
                    max_check_attempts
57
                FROM
57
                FROM
58
                    services s
58
                    services s
59
                JOIN
59
                JOIN
60
                    service_status ss
60
                    servicestatus ss
61
                ON
61
                ON
62
                    ss.service_object_id = s.service_object_id
62
                    ss.service_object_id = s.service_object_id
63
                WHERE
63
                WHERE
64
                    service_id = $id
64
                    service_id = $id
65
                AND
65
                AND