Search found 19 matches
- Thu Feb 06, 2014 3:42 pm
- Forum: Nagios XI
- Topic: Adding a acknowledgement Link to Nagios Alert Emails
- Replies: 9
- Views: 5966
- Fri Jan 31, 2014 6:16 pm
- Forum: Nagios XI
- Topic: Adding a acknowledgement Link to Nagios Alert Emails
- Replies: 9
- Views: 5966
Re: Adding a acknowledgement Link to Nagios Alert Emails
Yes, but is this possible to use a direct link to acknowledgments ?
- Fri Jan 31, 2014 2:48 pm
- Forum: Nagios XI
- Topic: Adding a acknowledgement Link to Nagios Alert Emails
- Replies: 9
- Views: 5966
Re: Adding a acknowledgement Link to Nagios Alert Emails
I need help with this. Thank youAcknowledging directly from the email is not the easiest task, but it is possible.
- Thu Jan 30, 2014 5:14 pm
- Forum: Nagios XI
- Topic: Adding a acknowledgement Link to Nagios Alert Emails
- Replies: 9
- Views: 5966
Re: Adding a acknowledgement Link to Nagios Alert Emails
Could you help me with this ? Thank you
- Thu Jan 30, 2014 4:03 pm
- Forum: Nagios XI
- Topic: Adding a acknowledgement Link to Nagios Alert Emails
- Replies: 9
- Views: 5966
Adding a acknowledgement Link to Nagios Alert Emails
Hello everybody,
How can i add an acknowledgement link into alerts emails ? Thanks for your advices
---
Nagios XI 2012R2.3
How can i add an acknowledgement link into alerts emails ? Thanks for your advices
---
Nagios XI 2012R2.3
- Fri Oct 25, 2013 1:17 pm
- Forum: Nagios XI
- Topic: Issue with duration
- Replies: 6
- Views: 1063
Re: Issue with duration
This is just example.
- Thu Oct 24, 2013 5:18 pm
- Forum: Nagios XI
- Topic: Issue with duration
- Replies: 6
- Views: 1063
Re: Issue with duration
Long time ago i had a problem with "alias" I used this solution
cp /usr/local/nagios/var/retention.dat /usr/local/nagios/var/retention.bak
grep -v ^alias /usr/local/nagios/var/retention.bak > /usr/local/nagios/var/retention.dat. Then restart nagios
cp /usr/local/nagios/var/retention.dat /usr/local/nagios/var/retention.bak
grep -v ^alias /usr/local/nagios/var/retention.bak > /usr/local/nagios/var/retention.dat. Then restart nagios
- Thu Oct 24, 2013 5:13 pm
- Forum: Nagios XI
- Topic: Issue with duration
- Replies: 6
- Views: 1063
Re: Issue with duration
I have a lot of priority monitorings for some critical services. If i delete the retention.dat file then the nagios will check this service again and during this time i can get the problem with this service and will not recive the notification. Am i right ? Maybe better remove only wrong value for d...
- Thu Oct 24, 2013 4:37 pm
- Forum: Nagios XI
- Topic: Issue with duration
- Replies: 6
- Views: 1063
Issue with duration
Hello,
I have a problem with some of my hosts and services, the duration is a negative. For example "-13s"
The php timezone is the same as system timezone.
----
Nagios XI Version : 2012R2.3
CentOS release 5.7 (Final)
I have a problem with some of my hosts and services, the duration is a negative. For example "-13s"
The php timezone is the same as system timezone.
----
Nagios XI Version : 2012R2.3
CentOS release 5.7 (Final)
- Fri Sep 27, 2013 2:34 pm
- Forum: Nagios XI
- Topic: Issue with notification
- Replies: 18
- Views: 2757
Re: Issue with notification
Hello Abrist, I've found the problem. If i create the monitoring for service without notification contact, the nagios automatically add the notification contact from the Host contact list to which it belongs. If i remove this contact or contact group from Host , the nagios will not send any notifica...