docker-librenms icon indicating copy to clipboard operation
docker-librenms copied to clipboard

Smokeping integratin with WEB UI

Open bavtan opened this issue 2 years ago • 2 comments

Hi,

Smokeping integration works fine but WEB UI is not as it needs fcgiwrapper socket, unfortunately fcgiwrapper is not starting after apt install even after boot, there are env variables to enable/disable for nginx,PHP-FPM and rrdcache but not for fcgiwrapper as well

root@72bde49cac87:/# /etc/init.d/fcgiwrap
root@72bde49cac87:/# service --status-all
 [ + ]  cron
 [ - ]  fcgiwrap <----------
 [ ? ]  hwclock.sh
 [ - ]  ipmievd
 [ + ]  nginx
 [ + ]  php7.4-fpm
 [ - ]  procps
 [ + ]  rrdcached
 [ + ]  sendmail
 [ + ]  smokeping
 [ - ]  snmpd
 [ - ]  snmptrapd
 [ + ]  syslog-ng
 [ - ]  x11-common

bavtan avatar Mar 16 '22 12:03 bavtan

@bavtan Sorry for the delay. Are you referring to the steps at https://docs.librenms.org/Extensions/Smokeping/#nginx-configuration-ubuntu-debian-and-alike? A new environment variable such as ENABLE_SMOKEPING_WEBUI could be used for that purpose, does that sound reasonable?

jarischaefer avatar May 13 '22 16:05 jarischaefer

@bavtan Sorry for the delay. Are you referring to the steps at https://docs.librenms.org/Extensions/Smokeping/#nginx-configuration-ubuntu-debian-and-alike? A new environment variable such as ENABLE_SMOKEPING_WEBUI could be used for that purpose, does that sound reasonable?

Yes correct, steps mentioned in the link. and yes that would be really good to make this optional via an env variable.

bavtan avatar May 13 '22 16:05 bavtan