Hello,
I want to "include" to the check_host_alive script a perl script. This should look like following:
If the <hostname> is detected as completly down from check_host_alive, it should simply call a perl script with the <hostname> as argument.
Now the problem is, that check_ping in /usr/lib/nagios/plugins is binary.
So how could I integrate this or does anyone know a better way and how to do?
Thanks and regards,
Patrick
I want to "include" to the check_host_alive script a perl script. This should look like following:
If the <hostname> is detected as completly down from check_host_alive, it should simply call a perl script with the <hostname> as argument.
Now the problem is, that check_ping in /usr/lib/nagios/plugins is binary.
So how could I integrate this or does anyone know a better way and how to do?
Thanks and regards,
Patrick
Comment