In my last post, I built a script to poll my modem via Telnet to retrieve ADSL stats.
In this post, I’ll be using the output of the last script to put the values into Zabbix so I have some history to refer to.
Continue reading »
In my last post, I built a script to poll my modem via Telnet to retrieve ADSL stats.
In this post, I’ll be using the output of the last script to put the values into Zabbix so I have some history to refer to.
Continue reading »
I’ve finally gotten around to working on my projects again after doing some exams.
I wanted to get some ADSL monitoring going so I could get some history on the state of my line, get sync rates etc.
The first thing I needed to do was get the modem stats via a script as Zabbix couldn’t login to the modem properly.
I did a quick python script that can be called from Zabbix to get the modem stats.
Continue reading »