Search found 2 matches
- Tue Jun 11, 2019 11:53 pm
- Forum: Open Source Nagios Projects
- Topic: check_logfiles plugin log rotation
- Replies: 3
- Views: 1728
Re: check_logfiles plugin log rotation
Hello cdienger, Thank you for the reply. It is working fine. Like to have one another clarification. I have configured the service definition in this file '/usr/local/nagios/etc/objects/templates.cfg' define service{ name mservice active_checks_enabled 1 passive_checks_enabled 1 parallelize_check 1 ...
- Tue Jun 11, 2019 1:55 pm
- Forum: Open Source Nagios Projects
- Topic: check_logfiles plugin log rotation
- Replies: 3
- Views: 1728
check_logfiles plugin log rotation
Hello Team, I am trying to configure check_logfiles plugin to read specific pattern in one of my log file. The log files are generated on daily basis with the below naming convention under this path /var/log --> bmessenger-YYYYMMDD.log So how do I inform check_logfiles plugin to monitor only my late...