Subversion-Projekte lars-tiefland.nagios-php

Revision

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

Revision 86 Revision 105
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: 86 $
7
     * @version $Rev: 105 $
Zeile 8... Zeile 8...
8
     */
8
     */
Zeile -... Zeile 9...
-
 
9
 
-
 
10
    // $Id: servicegroups.php 105 2013-01-03 10:07:17Z lars $
-
 
11
 
-
 
12
    require_once "includes/common.php";
9
 
13
 
-
 
14
    $sg = serviceGroup::getList();
-
 
15
 
-
 
16
    switch ( $_GET["mode"] )
-
 
17
    {
-
 
18
        case "overview":
-
 
19
            $title = "Service Overview For All Host Groups";
-
 
20
            break;
-
 
21
        case "grid":
-
 
22
            $title = "Status Grid For All Host Groups";
-
 
23
            break;
-
 
24
        case "summary":
-
 
25
            $title = "Status Summary For All Host Groups";
-
 
26
            break;
-
 
27
    }
Zeile 10... Zeile 28...
10
    // $Id: servicegroups.php 86 2013-01-02 13:28:36Z lars $
28
 
11
 
29
    $GLOBALS["ui"]->assign( "servicegroups", $sg )->assign( "title", $title )->