Hi Team,
We are receiving multiple tickets for one critical alert issue in Nagios.
Kindly provide us solution on the above.
Thanks & Regards,
Neha Singh.
service now generating multiple ticket for one nagios alert
Multiple Ticket generation for one alert
Thanks
Höegh
Höegh
service now generating multiple ticket for one nagios alert
Hi Team,
Since past 1 week , with respect to 1 nagios alert service now is generating 3 tickets. Can you please let us know the reason for that and what could be the workaround.
Last week only nagios service was restarted due to disk got full, but disk issue was resolved but after that we are experiencing this issue.
Thanks
Vijay
Since past 1 week , with respect to 1 nagios alert service now is generating 3 tickets. Can you please let us know the reason for that and what could be the workaround.
Last week only nagios service was restarted due to disk got full, but disk issue was resolved but after that we are experiencing this issue.
Thanks
Vijay
Thanks
Höegh
Höegh
Re: service now generating multiple ticket for one nagios al
Run the following commands in order to make sure the services are all started and running properly. You ***must*** use mariadb instead of mysqld in the commands below, ***if*** you have mariadb.
service nagios stop
service ndo2db stop
service mysqld stop
service crond stop
service httpd stop
killall -9 nagios
killall -9 ndo2db
rm -f /usr/local/nagios/var/rw/nagios.cmd
rm -f /usr/local/nagios/var/nagios.lock
rm -f /usr/local/nagios/var/ndo.sock
rm -f /usr/local/nagios/var/ndo2db.lock
rm -f /usr/local/nagiosxi/var/reconfigure_nagios.lock
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
service mysqld start
service ndo2db start
service nagios start
service httpd start
service crond start
Also run https://assets.nagios.com/downloads/nag ... tabase.pdf to fix any errors in the database.
service nagios stop
service ndo2db stop
service mysqld stop
service crond stop
service httpd stop
killall -9 nagios
killall -9 ndo2db
rm -f /usr/local/nagios/var/rw/nagios.cmd
rm -f /usr/local/nagios/var/nagios.lock
rm -f /usr/local/nagios/var/ndo.sock
rm -f /usr/local/nagios/var/ndo2db.lock
rm -f /usr/local/nagiosxi/var/reconfigure_nagios.lock
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
service mysqld start
service ndo2db start
service nagios start
service httpd start
service crond start
Also run https://assets.nagios.com/downloads/nag ... tabase.pdf to fix any errors in the database.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
- tacolover101
- Posts: 432
- Joined: Mon Apr 10, 2017 11:55 am
Re: service now generating multiple ticket for one nagios al
if that doesn't work, additionally, can you post your host & service config?
you may have multiple notifications, escalations, or event handlers configured - thus triggering SN multiple times.
you may have multiple notifications, escalations, or event handlers configured - thus triggering SN multiple times.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: service now generating multiple ticket for one nagios al
@hoegh, What kind of solution do you use for creating tickets? Or were you referring to regular email notifications?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: service now generating multiple ticket for one nagios al
Hi Team,
The issue has been resolved.
Thank you!
Regards
Mayur
The issue has been resolved.
Thank you!
Regards
Mayur
Thanks
Höegh
Höegh
Re: service now generating multiple ticket for one nagios al
Glad to hear it! Are we okay to close this up then?
Former Nagios employee