Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_logs2

Rating
0 votes
Favoured:
0
Hits
146430
Files:
FileDescription
check_logs.plcheck_logs2.pl
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
check_logs.pl improvement. Added dynamic array ref to support global configuration file
Added dynamic array ref on script to read array from
configuration file base on hostname. Wanted to add this existing
project \\\\\\\"check_logs.pl\\\\\\\", but I see no place to upload the file.

eg config file:

$seek_file_template=\\\\\\\'/$log_file.seek\\\\\\\'
@server1 = ( {\\\\\\\'file_name\\\\\\\' => \\\\\\\'/var/log/messages\\\\\\\', \\\\\\\'reg_exp\\\\\\\' => \\\\\\\'error\\\\\\\'} );
@server2 = ( { \\\\\\\'file_name\\\\\\\' => \\\\\\\'/var/log/http/access.log\\\\\\\', \\\\\\\'reg_exp\\\\\\\' => \\\\\\\'404\\\\\\\'} );

The idea is that you want a config file for all host you want to monitor log files with and Not all hosts have the same path to log files.