Ethan Galstad is the father of Nagios. I had a amazing oportunity to met him in person on the first Latin Nagios Conference held in Sao Paulo in april 2011.] I learned a lot from that experience and was suprising […]
check_file_age
I wrote to scripts with the same idea, to monitor a file age, I have written it also in vbs in the past. Now I did it in bash and php. BASH Version, example: check_file_age.sh /opt/solr-3.4.0/app/solrrioshow/conf/dataimport.properties 1440 1441 UPDATED: Its […]
CHECK FTP DIR
I needed to check if operation was happening. The doubt was, Is the FTP files being copied over every day to the server? To be sure I wrote this PHP script to check. It goes into the FTP server and […]
vote for best monitoring tool
Show your love for Nagios by voting in the poll! NOTE: If you haven’t participated on the LQ forum, before you’ll have to create an account and post a new message before you can vote. The options are: Nagios Zabbix […]
Nagios plugin to check folder
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 […]