Search found 11 matches

by nagniot
Wed Oct 17, 2012 7:27 am
Forum: Open Source Nagios Projects
Topic: serviceoutput from check_logfiles
Replies: 3
Views: 1210

Re: serviceoutput from check_logfiles

Hi
thank you for your reply! :)

I found how do that:
$SERVICEOUTPUT$$LONGSERVICEOUTPUT$
by nagniot
Tue Oct 16, 2012 6:50 am
Forum: Open Source Nagios Projects
Topic: serviceoutput from check_logfiles
Replies: 3
Views: 1210

serviceoutput from check_logfiles

Hi, Nagios send me notification but it only has last line founded in log. When i check service on www, there is list of all error lines. How i can change configuration to send me all wrong lines? I tried to add LONGSERVICEOUPUT in contact command, but id doesn't work. (In check_logfiles, i type &quo...
by nagniot
Fri Sep 28, 2012 7:50 am
Forum: Open Source Nagios Projects
Topic: "OK" notifications and notes
Replies: 0
Views: 1011

"OK" notifications and notes

Hello everyone I have two questions: First Is it possible to send me notification that status is "ok" (recovery), only after critical status, not warning status? I tried define "recovery" in "service_notification_options but it sends notification to me every time. Second. I ...
by nagniot
Fri Sep 14, 2012 9:16 am
Forum: Open Source Nagios Projects
Topic: Acknowledge notification only by sms
Replies: 1
Views: 772

Acknowledge notification only by sms

Hi

I have one question. I have defined sms and mail contact for my services. Every alert, Nagios send to me sms and mail messages. If i use "Acknowledge this service problem" is it possible to send to me only email not sms acknowledge notification?

Please help
Thank you!
by nagniot
Tue Aug 14, 2012 2:08 am
Forum: Open Source Nagios Projects
Topic: Wrong "Next Scheduled Check"
Replies: 4
Views: 1614

Re: Wrong "Next Scheduled Check"

Version 3.3.1

I think that it could be a bug, but i can't update Nagios independently. :(
by nagniot
Mon Aug 13, 2012 9:38 am
Forum: Open Source Nagios Projects
Topic: Wrong "Next Scheduled Check"
Replies: 4
Views: 1614

Re: Wrong "Next Scheduled Check"

I have modified it but problem still occurs. define timeperiod{ timeperiod_name monday_at_8 alias monday_at_8 monday 08:00-08:20 exclude without_monday_at_8 } define timeperiod{ timeperiod_name without_monday_at_8 alias without_monday_at_8 monday 00:00-08:00,08:20-24:00 tuesday 00:00-24:00 wednesday...
by nagniot
Mon Aug 13, 2012 9:15 am
Forum: Open Source Nagios Projects
Topic: Wrong "Next Scheduled Check"
Replies: 4
Views: 1614

Wrong "Next Scheduled Check"

Hi I don't know if it is a bug, but is very strange. I have defined service with should be checked every monday at 8 am. My config looks like: define timeperiod{ timeperiod_name monday_at_8 alias monday_at_8 monday 08:00-08:20 } My service: normal_check_interval 60 check_period monday_at_8 max_check...
by nagniot
Fri Aug 03, 2012 3:58 am
Forum: Open Source Nagios Projects
Topic: Dependencies all to all
Replies: 2
Views: 937

Re: Dependencies all to all

I'll check it. Thank you! :)
by nagniot
Fri Aug 03, 2012 3:57 am
Forum: Open Source Nagios Projects
Topic: Services inherit host template
Replies: 2
Views: 1001

Re: Services inherit host template

Thank you :)
by nagniot
Thu Aug 02, 2012 9:06 am
Forum: Open Source Nagios Projects
Topic: Dependencies all to all
Replies: 2
Views: 937

Dependencies all to all

Hello I have a problem to define dependencies beetwen 3 services. I need only one notification when 3/3 services are in critical status. If 1/3 or 2/3 services are in status 'ok' notification should be send from service which caused alarm. I tried to do this but when i configure dependencies i get m...