Comments on Install Observium Network Monitoring on Debian 9
Observium is a free and open source Network Management and Monitoring tool that can be used to monitor all of the network devices. It is written in PHP and uses SNMP to collect the data from the connected device and monitor them using a web interface. In this tutorial, we will explain how to install and configure Observium on Debian 9 server.
5 Comment(s)
Comments
I tried this install on a debian 9 install with Joomla installed and recieved a failed to start IPMI event daemon error. Joomla runs on port 80 and wanted to run Observium on port 3000 in virtual hosts but cannot get the install to work. To remove I want to run apt-get purge --autoremove but cannot figure out apt-get name to remove.
Thanks Luke
Hi,
great work but I have this error on install ipmitool
Could not open device at /dev/ipmi0
ipmievd.service - IPMI event daemon
Loaded: loaded (/lib/systemd/system/ipmievd.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-01-02 15:16:32 CET; 1min 18s ago
jan 02 15:16:32 debian systemd[1]: Starting IPMI event daemon...
jan 02 15:16:32 debian ipmievd[3947]: Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No
jan 02 15:16:32 debian systemd[1]: ipmievd.service: Control process exited, code=exited status=1
jan 02 15:16:32 debian systemd[1]: Failed to start IPMI event daemon.
jan 02 15:16:32 debian systemd[1]: ipmievd.service: Unit entered failed state.
jan 02 15:16:32 debian systemd[1]: ipmievd.service: Failed with result 'exit-code'
Hi,
great work but I have this error on install ipmitool
Could not open device at /dev/ipmi0
ipmievd.service - IPMI event daemon
Loaded: loaded (/lib/systemd/system/ipmievd.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-01-02 15:16:32 CET; 1min 18s ago
jan 02 15:16:32 debian systemd[1]: Starting IPMI event daemon...
jan 02 15:16:32 debian ipmievd[3947]: Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No
jan 02 15:16:32 debian systemd[1]: ipmievd.service: Control process exited, code=exited status=1
jan 02 15:16:32 debian systemd[1]: Failed to start IPMI event daemon.
jan 02 15:16:32 debian systemd[1]: ipmievd.service: Unit entered failed state.
jan 02 15:16:32 debian systemd[1]: ipmievd.service: Failed with result 'exit-code'
lsmod | grep ipmi
ipmi_devintf 20480 0
ipmi_msghandler 49152 1 ipmi_devintf
modprobe ipmi_si
modprobe: ERROR: could not insert 'ipmi_si': No such device
Can you guys make a tutorial on how-to isntall this in ISPConfig? I'm not sure if my cronjobs are running correctly..