About ZnagPush (say zeenag)
This software was developed as part of writing an article for GNU/Linux Magazine France to demonstrate the implementation of a push technology.installation
The client software is available for free on the market, but to use it you must have a Meteor server and configure new Nagios notifications.It's pretty simple ..
Meteor server installation
Follow the documentation hereReplace the /etc/meteord.conf by the following file : meteord.conf
Adjust the values SubscriberIP (web server ip), SubscriberPort (web server port) ControllerIP (controller IP) to your needs.
Configuring nagios
Add file statements ZnagPush commands to configure nagios (eg / etc/nagios3/conf.d /): znagpush_commands.cfgAdd notification commands:
- service_notification_commands notify-service-to-meteor
- host_notification_commands notify-host-to-meteor
