check schedulle task nagios
Script to get failed schedulle jobs (plugin for Nagios/Centreon) REQUIRES: schtasks.exe Tested only Windows 2003
System Administrator Blog
Script to get failed schedulle jobs (plugin for Nagios/Centreon) REQUIRES: schtasks.exe Tested only Windows 2003
If you want to easly monitor a money conversion rate, here is the script I wrote long long time ago (default is EURO x REAL)…
The default notification script for nagios is very simple, why not get more information on the email. Like: hostgroup, how long has the problem happened,…
Simple script to get any linux process uptime. It could have been done using the /proc/PID too. Here is the code:
Simple script to check if the varnish daemon has been restarted latelly Here is the code:
Another bash script to monitor if there were any failed connections to the backend’s. It is a simple aproach using the command: varnishstat -1 -f…
Check connections for windows A Visual Basic Script to check how many open connections exists in a certain port.
We need to know if varnish is caching hit ratio is as it should. So I wrote this simple bash plugin for nagios.
Simple bash script using curl to check a website. It works on HTTP and HTTPS. Requirement: curl Usage ./check_http.sh Example: ./check_http.sh ‘http://oglobo.globo.com’ oglobo 1 OK…
Yet another log monitoring script.. The date field is very specific for each system and I keep having to refix each time.