LibreNMS & Oxidized: Config tab not working in Web UI

FYI: I have already read through every opened document related to similar issues here, on github, reddit, and any other blog/forum that I could find on google. I have been searching for a few weeks before posting this question seeking help.

OS & Web Server: CentoOS 7 & nginx

  • LibreNMS and Oxidized are deployed on the same physical server
  • LibreNMS is running and UI is working
  • Oxidized is running and UI is working

PROBLEM: I am unable to view device configs using the LibreNMS config tab (see picture below):

Oxidized YAML configuration:

LibreNMS UI config:

Any thoughts on how to resolve this?

  • I have already:
  • wiped the server and reinstalled everything
  • ran ./update.sh

Rather than 0.0.0.0, specify 127.0.0.1 or the servers IP.

Hey Laf,

I made the change to my server IP and I am still experiencing the same issue

I finally made a breakthrough with some trial and error. I was able to get this up and functioning by running the following command:

setsebool -P httpd_can_network_connect 1

This is in the install docs, you may want to check the docs for other selinux configurations.