Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
vahidh
snmp_remote_load
github.com/vahidhedayati# This script takes: # -H -l -p # Once given a hostname and community string with or without specific load limit # with no load limit, using snmp it will look at amount of cpu's and calculate load average / cpu count - # -- UPDATES - debian - ubu ...
Disabled host and service notification parser - updated...
github.com/vahidhedayatiThis is an updated version of an all in one script that does a little bit more than original project: http://exchange.nagios.org/directory/Addons/Notifications/*-Notification-Managers/Disabled-host-and-service-notification-parser/details Script looks ...
snmp_remote_memory
github.com/vahidhedayatiThis uses snmp to check the memory of a Linux host: Requires ./snmp_remote_memory localhost public 100 RAM OK: - Total: 2048 - Used: 2360 Limit: 100 - Free 312.008 MB . This is more for graphing purposes:: ./memory-usage ser ...
nagalert
github.com/vahidhedayatiIf you require an easy way of disabling nagios alerts temporarily whilst carrying out work then you can either roll this script out to all of your boxes or add it to something like an existing tomcat/apache start up script so when issuing a tomcat stop/st ...
snmp_remote_disk_auto
github.com/vahidhedayatiThis is taken from an existing script but ammended to auto discover paritions ./snmp_remote_disk_auto localhost public 100 |-|ALL DISKS OK: / (1415 MB) /var (5657 MB) /tmp (958 MB) /boot (175 MB)
snmp_remote_swap
github.com/vahidhedayatiThis checks to ensure there is enough swap available ./snmp_remote_swap localhost public 100 where localhost is server public is snmp pass 100 is when swap reaches below a 100Mb ----------------------------------- ./snmp_remote_swap localho ...
nagios fail over
github.com/vahidhedayati/nagios-failovernagios-failover script to failover nagios servers if and when their down - automtically done via bash script that will require some ground work to be done in order to achieve the end result of each nagios server looking out for one another. I have a ...
snmp_ethernet_traffic
github.com/vahidhedayatiThis will return the network tcp throughput via snmp ./network-throughput server snmp_community_string lo_In:459368179 lo_Out:459368179 eth0_In:840523177 eth0_Out:1893964244 eth1_In:443203265 bond0_In:1283726442 bond0_Out:1893964244 |lo_In=4593681 ...
netcat-port-check
github.com/vahidhedayati/telnet-port-check.shNagios telnet to a port check (Linux) ./telnet-check.sh localhost 80 Connection to localhost 80 port [tcp/http] succeeded!|time=0.011741s;;;0 ./telnet-check.sh localhost 22 Connection to localhost 22 port [tcp/ssh] succeeded!|time=0.012938s;;; ...
check_TomcatApplication updated
github.com/vahidhedayatiThis is an updated version of : http://exchange.nagios.org/directory/Plugins/Java-Applications-and-Servers/Apache-Tomcat/check_TomcatApplication/details The reason for my update was the script was very useful but did not generated any graphical output ...
check_mysql_wrapper
github.com/vahidhedayati/check_mysql_wrapperhack for nagios check_mysql binary - This wraps the information sent back into a format that then produces graphs from the output When executing check_mysql normally the result is: ./check_mysql -H SERVER -P PORT -d DB -u DB_USER -p DB_PASS -w 5 ...
check_http_content (updated)
github.com/vahidhedayati/check_http_content-updated-check_http_content-updated- Nagios script by CapSiDE SL - has been updated to generate graphs for pnp4nagios #------------------------------------------------------------------------------ # Updated by Vahid Hedayati April 2013 - (improves nagio ...