Search found 3 matches
- Thu Feb 05, 2026 7:03 pm
- Forum: Open Source Nagios Projects
- Topic: NCPA to monitor files on client server
- Replies: 6
- Views: 4554
Re: NCPA to monitor files on client server
How do I do this? Sorry for my ignorance.
- Mon Feb 02, 2026 11:17 am
- Forum: Open Source Nagios Projects
- Topic: NCPA to monitor files on client server
- Replies: 6
- Views: 4554
Re: NCPA to monitor files on client server
This is the script that works with NRPE on 4.4.2: check_nrpe! -H <IP> -c check_files -a path='<FIX PATH>'`date +%Y%m%d`'\\'`date --d '-65 min' +%H`'00' pattern=*.* 'filter= written < -1m' 'crit= count < '`date --d '-2 min' +%M`'' 'empty-state=critical' 'empty-syntax=${status}: No files found' 'top-s...
- Fri Jan 30, 2026 8:49 pm
- Forum: Open Source Nagios Projects
- Topic: NCPA to monitor files on client server
- Replies: 6
- Views: 4554
NCPA to monitor files on client server
Hi, I am new to the Core version of Nagios, as I am used to having XI. I encountered an issue when migrating from a 4.4.2 installation using NRPE to a 4.5.11 installation using NCPA. On the old server, I have checks to monitor whether a file exists on a client server and whether it grows. The path a...