Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

xoroz

Listings(20)

check_iis.vbs

www.felipeferreira.net

So 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 ...

/Category:IIS

check_varnish

felipeferreira.net/?page_id=952

Check_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

/Category:Others

check_con

felipeferreira.net/?p=864

Script to monitor the total connections in ESTABLISHED state

/Category:Networking

check_group

felipeferreira.net/?p=1038

Nagios 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.

/Category:Windows NRPE
LicenseGPL

check_events.vba

felipeferreira.net

After 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!

/Category:Log Files
LicenseGPL

Check folder for stale files

felipeferreira.net

This plugin object is to check if a file has been inside certain folder for a period of time and alert if so.

/Category:File System

check_vmstat

felipeferreira.net/?p=891

the syntax is simple ./check_vmstat DOWNLOAD

/Category:Linux
LicenseGPL

check_sendq

felipeferreira.net

Script to monitor the TCP Send-Queue.

check_ftp_download

felipeferreira.net

Downloads a specific file via FTP and verify how long it takes.

/Category:FTP

check_aws.sh

felipeferreira.net

Get any Amazon AWS Cloud Watch metrics

/Category:Others

check_dir_files

felipeferreira.net

Counts how many files are in the directory and subdirectories written in bash orginal from Gerd Stammwitz

/Category:File System

check_http.sh

felipeferreira.net

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 - Site oglobo.globo.com key oglobo time 0.019 |'time'=0.019s; ...

/Category:HTTP

check_varnish_uptime

felipeferreira.net/index.php/2014/03/check_varnish_uptime/

Get varnish uptime uses varnishstat command

/Category:Uptime

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 ...

/Category:Uptime
LicenseGPL

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/

/Category:Cloud

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-che

Simples script to check if there are pending security update for linux RedHat Based. requires yum-security

LicenseGPL

check_disk_io_wait

Simple bash to check disk IO wait time

/Category:Linux

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.

/Category:Processes
LicenseGPL