Excuse my English, it is not not my native language.
I have a nagios 4.1 to install(settle) and to configure all work well, I would like now to monitor 3 shared folders.
I arrive to monitor one of those folder by using a check nrpe
Code: Select all
define service{
use generic-service
host_name $HOSTNAME
service_description Dossier FolderName
check_command check_nrpe!check_files -H $HOSTNAME -a file="PATH" "warning=size>20000k" "detail-syntax=%(name) #size:%(size)" total
}
and the other one contains more than 700 000 files and 45 000 folders but in the nagios Web interface under status information I have
OK: All 1 files are OK so there is something wrong
I am a novice concerning nagios and I do not know where his errors can come.
Thank you for your answers.