コード例 #1
0
    exit;
}
if ($argv[1] == "--autofs") {
    echo "\n" . autofs();
    exit;
}
if ($argv[1] == "--greyhole") {
    echo "\n" . greyhole();
    exit;
}
if ($argv[1] == "--amavis-watchdog") {
    echo "\n" . AmavisWatchdog();
    exit;
}
if ($argv[1] == "--dnsmasq") {
    echo "\n" . dnsmasq();
    exit;
}
if ($argv[1] == "--iscsi") {
    echo "\n" . iscsi();
    exit;
}
if ($argv[1] == "--yorel") {
    echo "\n" . watchdog_yorel();
    exit;
}
if ($argv[1] == "--watchdog-service") {
    echo "\n" . WATCHDOG($argv[2], $argv[3]);
    exit;
}
if ($argv[1] == "--postfwd2") {
コード例 #2
0
ファイル: exec.status.php プロジェクト: rsd/artica-1.5
if($argv[1]=="--apachesrc"){echo "\n".apachesrc();exit;}
if($argv[1]=="--assp"){echo "\n".assp();exit;}
if($argv[1]=="--freewebs"){echo "\n".apachesrc()."\n".pure_ftpd();exit;}
if($argv[1]=="--openvpn"){echo "\n".openvpn();exit;}
if($argv[1]=="--vboxguest"){echo "\n".vboxguest();exit;}
if($argv[1]=="--sabnzbdplus"){echo "\n".sabnzbdplus();exit;}
if($argv[1]=="--openvpn-clients"){echo "\n".OpenVPNClientsStatus();exit;}
if($argv[1]=="--stunnel"){echo "\n".stunnel();exit;}
if($argv[1]=="--meta-checks"){echo "\n".meta_checks();exit;}
if($argv[1]=="--smbd"){echo "\n".smbd();exit;}
if($argv[1]=="--vnstat"){echo "\n".vnstat();exit;}
if($argv[1]=="--munin"){echo "\n".munin();exit;}
if($argv[1]=="--autofs"){echo "\n".autofs();exit;}
if($argv[1]=="--greyhole"){echo "\n".greyhole();exit;}
if($argv[1]=="--amavis-watchdog"){echo "\n".AmavisWatchdog();exit;}
if($argv[1]=="--dnsmasq"){echo "\n".dnsmasq();exit;}
if($argv[1]=="--iscsi"){echo "\n".iscsi();exit;}
if($argv[1]=="--yorel"){echo "\n".watchdog_yorel();exit;}
if($argv[1]=="--watchdog-service"){echo "\n".WATCHDOG($argv[2],$argv[3]);exit;}
if($argv[1]=="--postfwd2"){echo "\n".postfwd2();exit;}
if($argv[1]=="--zarafa-watchdog"){zarafa_watchdog();exit;}
if($argv[1]=="--vps"){echo vps_servers();exit;}
if($argv[1]=="--crossroads-multiple"){echo crossroads_multiple();exit;}
if($argv[1]=="--smartd"){echo "\n".smartd();exit;}
if($argv[1]=="--watchdog-me"){echo watchdog_me();die();}
if($argv[1]=="--auth-tail"){echo auth_tail();exit;}
if($argv[1]=="--snort"){echo snort();exit;}
if($argv[1]=="--xload"){echo xLoadAvg();$GLOBALS["VERBOSE"]=true;exit;}
if($argv[1]=="--greyhole-watchdog"){greyhole_watchdog();exit;}
if($argv[1]=="--greensql"){echo greensql();exit;}
コード例 #3
0
ファイル: exec.status.php プロジェクト: BillTheBest/1.6.x
 $conf[] = squidguardweb();
 $conf[] = ufdbguardd();
 $conf[] = freshclam();
 $conf[] = articadb();
 $conf[] = winbindd();
 $conf[] = squid_db();
 $conf[] = haarp();
 $conf[] = nginx();
 $conf[] = ftp_proxy();
 $conf[] = c_icap_master_status();
 $conf[] = cntlm();
 $conf[] = cntlm_parent();
 $conf[] = rdpproxy_authhook();
 $conf[] = rdpproxy();
 $conf[] = clamd();
 $conf[] = dnsmasq();
 $conf[] = ufdbguardd_client();
 $conf[] = ucarp();
 $conf[] = hotspot_web();
 $conf[] = hotspot_fw();
 $conf[] = squid_nat();
 $conf[] = ziproxy();
 $conf[] = ufdbcat();
 $conf[] = HyperCacheWeb();
 $conf[] = InfluxDB();
 $conf[] = squid_tail();
 $conf[] = iptables_transparent();
 if (is_file($cachefile)) {
     @unlink($cachefile);
 }
 @file_put_contents($cachefile, @implode("\n", $conf));