Sitemap
- Shortcuts
- Utilities
- Documentation
Useful links
- Products websites
- Other Services
This article explains how to integrate a Zabbix network monitoring system with your FoxBox, in order to use it as an external SMS notification system.
Your FoxBox is specifically designed for these kind of communication tasks, thus there is not much to do here except:
First of all you have to download the script to enable SMS notifications, available here.
Before installing it, you have to edit these lines inserting your specific values:
//Set the following three values: $foxbox_ip = "192.168.0.98"; $login = "user"; $password = "password";
This script, with right permissions in order to allow the Zabbix user executing it, has to be placed inside of the directory /etc/zabbix/alert.d/ .
At this point you can already verify the behavior of the script, launching this command:
/etc/zabbix/alert.d/cli_foxbox.php 391234567890 "Test message"
The last step is enabling this new notification channel from inside the Zabbix system. First of all you need to register the new script, selecting Create Media Type from the menu Administration → Media Types with these parameters:
Description: FoxBox Type: Script Script name: /etc/zabbix/alert.d/cli_foxbox.php
Now, from the menu Administration → Users select an existing user and assign it the FoxBox notification channel adding a new media. The configuration is now complete.