This plugin object is to check if a file has been inside certain folder for a period of time and alert if so. It’s still not fully developed so the variables are not passed as arguments but are inside the […]
nagios check events
This is a much usefull plugin that can verify the Windows Event Viewer via nagios remote check I tested using the NC_NET on Windows 2003 and 2000. There is one tweek that needs to be done for it to work […]
Check how many users in a group
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. The output in debug mode Example: c:Program Files (x86)Nc_netscript>cscript.exe //nologo C:PROGRA~2NC_Netscr iptcheck_group.vbs -g CN=Domain Admins,CN=Users -u […]
check log script
Nagios bash check_log Its often needed to check log files for a keyword. So I wrote a simple bash script to do that plus integrate with nagios and perfdata so it also generate graphic. The script is based on tail […]
Setup check_vmware.pl on CentOS
Setup VMWare-CLI Perl Kit on CentOS 5.5 x64 (RedHat) Older Post with Simillar Information And overall info on how to monitor ESX IMPORTANT: For ESX(i) 6.x use https://github.com/op5/check_vmware_api First download my full package witch has all dependencies plus the vmware-vSphere-CLI Required […]
How to monitor OpenManage Server Administrator via nagios
Copy the Dell Open Manager to the Linux box using WinSCP # wget http://www.xoroz.com/files/OM_6.1.0_ManNode_A00.tar.gz # yum install libxml2 # tar -zxvf OM_6.1.0_ManNode_A00.tar Options NOTE: With ver 6.1 the “b” option changed to the “d” option x = express – Install […]
Varnish Backend Response Monitor
I think it is important to know how much time it is taking for the varnish to go to the backend (webserver) and return. The script will show the response time of more then on site, to make it work […]