Integrating existing smokeping

Hi guys.
I would like to integrate existing smokeping with lnms with some little prefferences.
Both platforms are already working on same server.
My idea es to:
1 - Create smokeping graphs on lnms for my 10 monitored devices.
and
2 - keep my 50 ping monitored devices on smokeping.
After reading the documentation:
https://docs.librenms.org/Extensions/Smokeping/
There are somethings not covered there for my situation.
This is what I have:
at smokeping config file I have:

*** Targets ***
@include /opt/smokeping/etc/config.d/OTHERS (already existing)
@include /opt/smokeping/etc/config.d/LIBRENMS (generated by /opt/librenms/lnms smokeping:generate --targets  > LIBRENMS)

at LIBRENMS I had to remove the “probe” line so I can reuse the previously configured.
Please , let me know if this is ok.

Finally , at the /opt/librenms/config.php , I append:
$config[‘smokeping’][‘dir’] = ‘/opt/smokeping’;
$config[‘smokeping’][‘pings’] = 20;
$config[‘smokeping’][‘probes’] = 2;
$config[‘smokeping’][‘integration’] = true;
$config[‘smokeping’][‘url’] = ‘smokeping/smokeping.cgi’;

/opt/smokeping … is my smokeping base dir (centos7 install).

ok ,
overview -> tools -> smokeping , takes me to smokeping web … this is ok.
but … where are smokeping graphs on my librenms ?
I can see , smokeping are creating rrd graphs at:

[root@smokeping ~]# ls -altr /opt/smokeping/data/network/
total 8764
drwxr-xr-x. 22 apache apache    4096 Oct  1 13:42 ..
drwxr-xr-x.  2 apache apache      79 Oct  1 13:42 .
-rw-r--r--.  1 apache apache 2986808 Oct  1 14:13 172_22_255_10.rrd
-rw-r--r--.  1 apache apache 2986808 Oct  1 14:13 10_80_25_1.rrd
-rw-r--r--.  1 apache apache 2986808 Oct  1 14:13 172_22_255_250.rrd

Ok … any help on this would be great.
Regads.
Leandro.

The latency tab on the device page?

Graphs are there at latency tab.
In my case , server is centos7 proper $config[‘smokeping’][‘dir’] is ‘/opt/smokeping/data’ (root rrd data)
Now …
Librenms shows those graphs style.


They are nice , but im little desapointed here … i was expecting to get smokeping fashion graphs with red color for big loss and green color when everything is ok … and so on.
Is there some chance to get those graphs ?
Anyway … librenms is getting better allways, thanks.
Leandro.