Hello All,
Any one wo has successfully integrated kannel with Nagiosxi
Kannel is all setup stuck at configuring Nagiosxi to send sms alert through kannel
Integration of Kannel with NagiosXI to send sms
Re: Integration of Kannel with NagiosXI to send sms
Do you have a script already to send the sms messages that you're now trying to integrate with XI or are you looking for one? I'm not aware of any that exist and not finding one on the exchange(exchange.nagios.org) - in which case one would need to be written.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Integration of Kannel with NagiosXI to send sms
Hello,
Finally i got kannel working with a bash script being run everytime there is a state change.
My current issue is sending this notification s only to specific host groups.
Finally i got kannel working with a bash script being run everytime there is a state change.
My current issue is sending this notification s only to specific host groups.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Integration of Kannel with NagiosXI to send sms
You would want to add this command as a notification handler for the hosts in that hostgroup, OR, you could pass the $HOSTGROUPNAMES$ macro to your script and then see if the comma separated list of names contain your specific hostgroups before sending.akwangari wrote:Hello,
Finally i got kannel working with a bash script being run everytime there is a state change.
My current issue is sending this notification s only to specific host groups.
https://assets.nagios.com/downloads/nag ... groupnames