HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u103727277 (3416564)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //lib/cgi-bin/monitis
#!/usr/bin/perl
# check for external monitoring monitis
$|=1;
print "Content-Type: text/plain\n\n";
$host=$ENV{'HTTP_HOST'};
printf "%-20s\n", $host;
exec "/usr/bin/perl /home/tools/check_mounts_writable | grep '/kunden/homepages/ ok' > /dev/null && echo ':)' || echo ':('"