LibreNMS on OpenBSD is not rendering the legend - CLOSED

Just started to move from Observium to LibreNMS and there is one snag I have hit.
The legend in the graphs are not rendered properly.
it seems that RRD is not able to locate the font but I am not sure how to solve this.

LibreNMS on OpenBSD w/ NGINX non-chroot, php56 and MariaDB.
I have run ./validate.php permissions seem to be all fine as the graph itself is updated.
It does complain about fping/git, even though they are installed, but that is not important as far as I can see.

The screenshot is of one of the graphs with &debug=true

Any help or pointers would be greatly appreciated!

Mischa

It seems to be a font problem. Just need to figure out where it’s looking for the font and why it’s not able to find it.

https://shami.blog/2014/12/rrdtool-showing-squares-instead-of-letters-in-graphs/

Maybe try the same fix as this guy

Found the solution! xfont6x.tgz needs to be installed of course.
Thank you for the suggestion.

1 Like