Dashboard
PHP:
8.3.33
OS:
Linux
User:
ws67242036
/
/
usr
/
lib
/
cgi-bin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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 ':('"
Save
Cancel