Hi Gent,
I have new installed LibreNMS server, After add the new device and waiting for 30min , I dound the LibreNMS can report the device property but can’t show the graph.
Anyone have solution please recommend.
Below is my validate.php
Component | Version |
---|---|
LibreNMS | 1.49-20-g30bcc8d |
DB Schema | 2019_02_10_220000_add_dates_to_fdb (132) |
PHP | 7.2.14 |
MySQL | 5.5.60-MariaDB |
RRDTool | |
SNMP | NET-SNMP 5.7.2 |
==================================== |
[OK] Composer Version: 1.8.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Some devices have not been polled in the last 5 minutes. You may have performance issues.
[FIX]:
Check your poll log and see: Performance - LibreNMS Docs
Devices:
10.203.4.1
/usr/bin/rrdtool: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured_standard
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
bootstrap/cache/.gitignore
logs/.gitignore
rrd/.gitignore
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/cache/data/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore
root@clanms02:/opt/librenms
And I have noticed no graph create in rrd folder.
root@clanms02:/opt/librenms/rrd
ls -l
total 4
drwxrwx—+ 2 librenms librenms 4096 Mar 6 12:15 10.203.4.1
root@clanms02:/opt/librenms/rrd
ls -l 10.203.4.1
total 0
And my WebUI show as below.