Search found 5 matches

by rpacheco
Thu Sep 06, 2012 6:29 am
Forum: Nagios XI
Topic: Parsing status info into tables?
Replies: 1
Views: 509

Parsing status info into tables?

I'm a newbie talking about Nagios, but I've been asked about its functionality. We have a Syslog system that centralizes all syslog events in one server. I've been trying to use check_logfiles, but I would need a check for each line and it is too difficult to define a pattern. My boss would like to ...
by rpacheco
Thu Aug 09, 2012 12:59 am
Forum: Nagios XI
Topic: Plugin to parse a log file?
Replies: 9
Views: 2685

Re: Plugin to parse a log file?

Thanks yancy. Every line of my logfile should be an alert. What I really would like is to show a table with this information, so I would like to know if I can handle it and parse the different fields (separated by '#' in plain text in each line) or if I have to define a different service for each po...
by rpacheco
Wed Aug 08, 2012 1:42 am
Forum: Nagios XI
Topic: Plugin to parse a log file?
Replies: 9
Views: 2685

Re: Plugin to parse a log file?

Right now I'm using kiwisyslog
by rpacheco
Tue Aug 07, 2012 1:44 am
Forum: Nagios XI
Topic: Plugin to parse a log file?
Replies: 9
Views: 2685

Re: Plugin to parse a log file?

I've installed the Nagios demo (so it is Centos OS) and the syslog server is a Windows machine where I've installed de Nagios Client ++
by rpacheco
Mon Aug 06, 2012 7:18 am
Forum: Nagios XI
Topic: Plugin to parse a log file?
Replies: 9
Views: 2685

Plugin to parse a log file?

I'm looking for some help. I've been using check_logfiles plugin to check a logfile that collects syslog events. But it is not exactly what I've been asked for, and after looking for it, I found nothing. The file that collects the syslog events is supposed to receive only errors, so I would like to ...