Integration of Kannel with NagiosXI to send sms

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
akwangari
Posts: 4
Joined: Tue Jan 16, 2018 7:15 am

Integration of Kannel with NagiosXI to send sms

Post by akwangari »

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
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Integration of Kannel with NagiosXI to send sms

Post by cdienger »

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.
akwangari
Posts: 4
Joined: Tue Jan 16, 2018 7:15 am

Re: Integration of Kannel with NagiosXI to send sms

Post by akwangari »

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.
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

Post by scottwilkerson »

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.
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.

https://assets.nagios.com/downloads/nag ... groupnames
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked