Search found 233 matches

by tgfde
Mon Dec 29, 2014 5:18 pm
Forum: Nagios XI
Topic: Upgrade Question
Replies: 3
Views: 421

Upgrade Question

Hello,

I plan on upgrading our current version (2014r1.1) of nagiosxi to r2.2 in the next day or two. Is there anything I need to know/do before the upgrade?
Below is my current setup:
VMware
CentOS 5.6 32bit

Thanks in advanced!

-tgfde
by tgfde
Mon Dec 29, 2014 4:55 pm
Forum: Nagios XI
Topic: check_logfile log rotation
Replies: 5
Views: 979

Re: check_logfile log rotation

Thank you for the quick response. I will try this if the one provided by lausser from ConSol Labs, shown below.

logfile => ‘ms1.log’,
rotation => ‘ms1\.log\.\d{5}’,
by tgfde
Mon Dec 29, 2014 12:08 pm
Forum: Nagios XI
Topic: check_logfile log rotation
Replies: 5
Views: 979

check_logfile log rotation

Hello, I'm currently using the 'check_logfiles' plugin but having a hard figuring the rotation format for a weblogic server. The rotation format is shown below: ms1.log -> ms1.log.00001 -> ms1.log.00002 Has anyone figured it out or know it? Thanks in advanced. FYI. I sent an email to the third party...
by tgfde
Mon Dec 29, 2014 11:58 am
Forum: Nagios XI
Topic: Not receiving notification from check_logfiles
Replies: 7
Views: 707

Re: Not receiving notification from check_logfiles

Please close this thread - I got it working.

Thank you so much!

-tgfde
by tgfde
Fri Nov 14, 2014 10:00 am
Forum: Nagios XI
Topic: Not receiving notification from check_logfiles
Replies: 7
Views: 707

Re: Not receiving notification from check_logfiles

Yes, I am monintoring a log file in Windows.

Thank you for you help. I changed the value for Max.check attempts from 3 to 1 in Nagios. Please mark this request as complete if what I did would fix the issue.

Thanks again - tgfde
by tgfde
Thu Nov 13, 2014 2:06 pm
Forum: Nagios XI
Topic: Not receiving notification from check_logfiles
Replies: 7
Views: 707

Re: Not receiving notification from check_logfiles

We are currently using xi 2014r1.1 on a virtual server (VM).

Thanks,
Frederick
by tgfde
Thu Nov 13, 2014 1:56 pm
Forum: Nagios XI
Topic: Not receiving notification from check_logfiles
Replies: 7
Views: 707

Re: Not receiving notification from check_logfiles

Here's the config file utilized by the 'check_logfiles' plug-in. $seekfilesdir = 'C:\Program Files\NSClient++\scripts\check_logfiles\tmp'; @searches = ({ tag => 'Deploy Error', logfile => 'D:\logs\wc\dev2external\ms1\ms1.log', criticalpatterns => [ 'java.lang.IllegalStateException' ], criticalthresh...
by tgfde
Thu Nov 13, 2014 1:53 pm
Forum: Nagios XI
Topic: Not receiving notification from check_logfiles
Replies: 7
Views: 707

Not receiving notification from check_logfiles

Hello, I can see that Nagios is detecting the string specified in the config file on check_logfiles plug-in, but it's not sending a notification. Could it be because the output (below) is too long? Nov 13 11:43:02 nagios: SERVICE ALERT: {host};Check_LogFiles;CRITICAL;SOFT;1;CRITICAL - (1 errors in c...
by tgfde
Mon Aug 25, 2014 9:17 am
Forum: Nagios XI
Topic: NagEventLog license
Replies: 33
Views: 3970

Re: NagEventLog license

The issue is fixed.

Abrist was right, the command was being truncated. I removed the 'source' argument and it started working.

Thank you for all your help.