python nagios scrape
Wrote a script in python using beautiful soap to scrub a web page.
System Administrator Blog
Wrote a script in python using beautiful soap to scrub a web page.
When using check_stats.pl on Centos 7 I got a known error but not so easy to fix… PROBLEM: # su – nrpe -c “/usr/lib64/nagios/plugins/check_stats.pl -C…
This is a bash script made to work with nagios and to automaticly check Amazon AWS status based on the RSS from http://status.aws.amazon.com/ I did…
The best script to monitor VMWare ESX using nagios was developed by Steve Shipway.
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…
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.