Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
i want to check the fileage in of all files in a folder and get a warning when there are files older than XX minutes / hours.
i added these, but it doesnt work. please help me...
define service{
use generic-service
host_name XXX-XX
service_description TEST AGE
check_command check_nrpe!check_files path=d:\Save\2006\XXX 'crit= age > 345600'
}