Page 5 of 5

Re: how can monitor MQ with nagios

Posted: Tue Feb 09, 2016 10:56 am
by baber
is your means that i can send my event or my alarm with event_handler to other system ?

so thanks
Best regards

Re: how can monitor MQ with nagios

Posted: Tue Feb 09, 2016 11:07 am
by hsmith
You can do just about anything with an event handler. You could write a script to restart httpd on the remote server if the load is too high. You could write a script to attempt to wake on lan a computer if it's unable to communicate. You could write a script to delete your hard drive if Nagios detects you don't have a mouse plugged in. So yes, you could use it to send something from one server to another.

Re: how can monitor MQ with nagios

Posted: Tue Feb 09, 2016 11:26 am
by baber
thanks

but my second server is always power on and Constantly send it string txt from oother service now if i just enable event_handler is that enough ?

Best regards

Re: how can monitor MQ with nagios

Posted: Tue Feb 09, 2016 11:29 am
by rkennedy
You would need to write a script that is triggered based off of event handlers as Agent Smith mentioned.