Archive for April 23rd, 2010

Nagios script to monitor memory uses

Friday, April 23rd, 2010

Purpose: ########################################### Develop a nagios script, which will monitor Linux memory uses. ########################################### This script will check following : ############################################# #1.If free memory is more then the defined memory as free: Status Done #2.If System is using swap memory : Status:Done ############################################## #!/bin/bash   #Version 1.0 ####################################### #Nagios scrept to check memory status## #Commands : [...]