Hi,
Here is the basic HylaFAX plugin, with this plugin yo can monitor these items;
Number of successfully received pages
Spent Time while receiving pages
Average transfer rate of receiving pages
Number of errors occured while receiving pages
Number of incoming fax senders
Number of successfully sent pages
Spent time while sending pages
Average transfer rate of sending pages
Number of errors occured while sending pages
Number of outgoing fax senders
this script will give the values right before 1 min ago from it's execution and you can change this interval in the script but don't forget the sync the item's interval.
If necessary add zabbix user to the sudoers file to execute xferfaxstats and recvstats commands.
1-) Download the script and rename it to check_hylafax.sh
2-) Copy to /home/zabbix/bin/check_hylafax.sh on the hylafax server
3-) Add user parameter like that
UserParameter=hylafax[*],/home/zabbix/bin/check_hylafax.sh $1
4-) add items like hylafax[ReceivedPages], hylafax[SentPages] and hylafax[ReceivedError] etc.
Will add template later.
Hope this helps,
Here is the basic HylaFAX plugin, with this plugin yo can monitor these items;
Number of successfully received pages
Spent Time while receiving pages
Average transfer rate of receiving pages
Number of errors occured while receiving pages
Number of incoming fax senders
Number of successfully sent pages
Spent time while sending pages
Average transfer rate of sending pages
Number of errors occured while sending pages
Number of outgoing fax senders
this script will give the values right before 1 min ago from it's execution and you can change this interval in the script but don't forget the sync the item's interval.
If necessary add zabbix user to the sudoers file to execute xferfaxstats and recvstats commands.
1-) Download the script and rename it to check_hylafax.sh
2-) Copy to /home/zabbix/bin/check_hylafax.sh on the hylafax server
3-) Add user parameter like that
UserParameter=hylafax[*],/home/zabbix/bin/check_hylafax.sh $1
4-) add items like hylafax[ReceivedPages], hylafax[SentPages] and hylafax[ReceivedError] etc.
Will add template later.
Hope this helps,
Comment