Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
xoroz
check_iis.vbs
www.felipeferreira.netSo How can we know the IIS server is responding to all petitions? Well I found a way to go directly in the IIS log files and get the results from there. They key was logparser Its very usefull to monitor, if the site is acting wierd or is being attacked ...
check_varnish
felipeferreira.net/?page_id=952Check_Backend – it checks how many erros it got from the backend (like 503 etc…) For a list of many scripts to monitor Varnish check out http://felipeferreira.net/?page_id=952
check_con
felipeferreira.net/?p=864Script to monitor the total connections in ESTABLISHED state
check_group
felipeferreira.net/?p=1038Nagios plugin to Check how many users in a group check_group.vbs This script verifies if the number of users in a particular group changes.
check_events.vba
felipeferreira.netAfter trying many of the available and complicated ways to check my Windows event viewer's for a specific Event, I decided to write my own and share with everyone!
Check folder for stale files
felipeferreira.netThis plugin object is to check if a file has been inside certain folder for a period of time and alert if so.
check_vmstat
felipeferreira.net/?p=891the syntax is simple ./check_vmstat DOWNLOAD
check_sendq
felipeferreira.netScript to monitor the TCP Send-Queue.
check_ftp_download
felipeferreira.netDownloads a specific file via FTP and verify how long it takes.
check_dir_files
felipeferreira.netCounts how many files are in the directory and subdirectories written in bash orginal from Gerd Stammwitz
check_http.sh
felipeferreira.netSimple 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 - Site oglobo.globo.com key oglobo time 0.019 |'time'=0.019s; ...
check_varnish_uptime
felipeferreira.net/index.php/2014/03/check_varnish_uptime/Get varnish uptime uses varnishstat command
check_proc_uptime
felipeferreira.net/index.php/2014/12/check-process-uptime/Script to get a process uptime, alerts if process time is under CRIT value can be used to monitor if any process has been restarted, output graphic of uptime in minutes ex.: # ./check_proc_uptime rsyslogd 90 OK - Process 1841 rsyslogd uptime i ...
aws status page
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/
check_internet.sh
Checks internet speed using speedtest-cli or pyspeedtest Example: ./check_internet.sh 10 9 10 9 /usr/lib/nagios/plugins/speedtest-cli --server 3837 --timeout 50 --simple > .speedtest.sp1.wind.it.24646 2>&1 OK - TestServer: sp1.wind.it Ping 18.437 ms ...
check_yum_sec.sh
felipeferreira.net/index.php/2017/01/yum-update-security-cheSimples script to check if there are pending security update for linux RedHat Based. requires yum-security
Check Windows Stale Process
This is a python script using psutil library to check if a process is running for longer then X hours, if so It wil ltry to kill them.