Search found 5 matches

by brendat
Thu Mar 29, 2012 8:57 am
Forum: Open Source Nagios Projects
Topic: Sending a test message from an OK check
Replies: 7
Views: 2007

Re: Sending a test message from an OK check

Tried all that and the string works using sendmail from the nagios server. I think now it is the NSClient++ and powershell script on the client side is sending the message back with some windows encoding even though it looks fine at the command line. Nagios forwards the message with the encoding to ...
by brendat
Wed Mar 28, 2012 8:22 am
Forum: Open Source Nagios Projects
Topic: Sending a test message from an OK check
Replies: 7
Views: 2007

Re: Sending a test message from an OK check

I have a service that runs check_nrpe to a particular host, where it runs a remote script that looks for a data file that gets created every night. If the data file is not found, it should send an email to our ticket system that automatically generates a ticket based on the content of the email. How...
by brendat
Tue Mar 27, 2012 5:07 pm
Forum: Open Source Nagios Projects
Topic: Sending a test message from an OK check
Replies: 7
Views: 2007

Re: Sending a test message from an OK check

I didn't want to send a message to the whole notification list. I tried creating a copy of the service check and set the alerts to go to just me, but it never sends anything. All other emails work fine. However this service check wants to send alerts as an attachment to an email instead of a regular...
by brendat
Mon Mar 26, 2012 1:10 pm
Forum: Open Source Nagios Projects
Topic: Sending a test message from an OK check
Replies: 7
Views: 2007

Sending a test message from an OK check

I want to be able to send a test message from a service check that is OK. I there a way to use notify-by-email with check_nrpe from the command line and get it to send the results no matter if it is OK or not?
by brendat
Wed Jun 23, 2010 4:04 pm
Forum: Open Source Nagios Projects
Topic: Notification intervals and service escalations
Replies: 1
Views: 1588

Notification intervals and service escalations

I have some questions about the way notification intervals work with service checks and service escalations: 1) If I set a service to have notification_interval = 0, this will send only one alarm per notification_option? 2) If I have a service's notification_interval set to 0, how does that affect s...