Help with dBm graphs

Hello guys

Need a bit of help with dBm graphs, i want to implement it for Packetfront ASR’s.
I have setup pre-caching for it.

see below .txt for “discovery.php -h hostname -r -f -m sensors -d” and
"poller.php -h hostname -r -f -d -m sensors"

The discovery output seems to be right, or am i wrong?

I can se in the poller output that it run querys against the table, which is empty.

Anybody knows what’s the next step or what i’m missing?

discovery.txt
https://drive.google.com/file/d/0BzDPIO9tJbG8SWxyYnd1Rlp1Zk0/view?usp=sharing

poller.txt
https://drive.google.com/file/d/0BzDPIO9tJbG8TzctdWhDc2EzZ1E/view?usp=sharing

./validate.php
Version info:
[WARN] Your install is out of date: 2489e70d8a3c34ae5c00204264dc01f41a22ada4 (Sun, 31 Jul 2016 17:46:15 +0200)
[WARN] Your local git contains modified files, this could prevent automatic updates.
Modified files:
includes/definitions.inc.php
DB Schema: 126
PHP: 7.0.22
MySQL: 5.5.52-MariaDB
RRDTool: 1.4.8
SNMP: NET-SNMP version: 5.7.2

[OK] Database connection successful

thanks

//Emil

Have you looked at the docs for adding sensor support:

https://docs.librenms.org/Developing/os/Health-Information/

If so, I’d highly suggest opening a pull request on GitHub as it’s easier to talk around the code changes there.