Questions tagged [observium]

Observium is a PHP/MySQL-based Network Observation and Monitoring System (NOMS) which collects data from devices using SNMP and presents it via a web interface. It makes heavy use of the RRDtool package. Observium has a number of simple core design goals driving its development: minimum interaction, maximum automation and maximum accessibility of information.

11 questions
2
votes
3 answers

Adding Host in Observium (Cannot Ping)

I am using Observium v0.14.4 on CentOS 6.5. Everything is good to go with configuration and I am successfully accessing the software (I'm using HTTPS for web access). I am following the directions available for RHEL/CentOS [1]. I am attempting to…
L0j1k
  • 12,255
  • 7
  • 53
  • 65
1
vote
2 answers

Observium - Graphs shows no data (nan) or empty graphs

I have problem with Observium. On CentOS 7 I installed Observium. On this server i also have DirectAdmin and Wordpress. When I login to webpanel Observium, Graphs shows no data (nan). Graphs no data
Barttek
  • 11
  • 3
1
vote
2 answers

Create Apache Alias in 2.4.7

My server ip is internal (I dont have to publish it on internet) 192.168.251.4 I have a site in /opt/observium/html/ folder, I want to reach the site writing http://192.168.251.4/observium in browser. I tried with virtual hosts without success. OS:…
Diego Aguiari
  • 33
  • 1
  • 8
1
vote
1 answer

Observium can't resolve host, but I can ping it

./add_device.php 1.2.3.4 catalyst v1 fails with Try to add 1.2.3.4: Could not resolve 1.2.3.4. Devices failed: 1. but ping works fping 1.2.3.4 1.2.3.4. is alive but snmpwalk works like: snmpwalk -v 1 -c catalyst 1.2.3.4 iso.3.6.1.2.1.1.1.0 =…
batflaps
  • 261
  • 3
  • 12
1
vote
0 answers

cant access observium web interface

I installed observium network monitoring on an ubuntu 14.04 vm the other day and I am trying to access the web interface usin the IP in the web browser. When I do so, I an directed to the standard apache "it works" page, in the /var/www directory,…
William
  • 11
  • 3
0
votes
0 answers

Observium - How i can add MIB for disk storage transfer rate?

I have a problem with Observium. I need to find/import a MIB to show the transfer rate from the storage section. I don't know how it could be done to create a MIB that creates that section and I don't know how to import it into the program…
HELPMIB
  • 1
  • 1
0
votes
1 answer

Powershell How to add a variable from a twice nested property

I'm pulling 'down device' data from a network monitor via API using PowerShell I'm struggling with how to reference the hostname value to add it to a variable. I'm after a list of hostnames of down devices. In this case, there is only one host but…
richh
  • 5
  • 2
0
votes
1 answer

Graphs not showing in Observium

I have installed observium which is suceessfully pulling all information from all devices but it is not showing graphs. I can see files in /opt/observium/rrd I do not see any error when I manually execute: cd /opt/observium && ./discovery.php -h…
iWizard
  • 6,816
  • 19
  • 67
  • 103
0
votes
1 answer

oservium cannot add_device but can snmpwalk and fping

Even after I made sure fping in config same as whereis fping output, I'm still cannot add any device, even localhost. I also had made sure that snmpwalk successul before running add_device.php OS: Centos 6 amd64 [root@nms observium]#…
grepmaster
  • 54
  • 9
0
votes
1 answer

Could not ping vmware2.domain.local - observium

Observium CE 0.15.6.6430 Turnkey linux 14.0 When I tried to add a device, I will get the message " Could not ping vmware2.domain.local" But I can ping that hostname from observium's CLI fping -t 3 -c 1 -q vmware2.domain.local vmware2.domain.local :…
grepmaster
  • 54
  • 9
0
votes
1 answer

Add ports on Observium

I've installed Observium and it's working great, except for one thing: no ports are showing up. I've added 3 devices with snmpd installed (Debian 7), all the graphs are displayed (cpu, mem) except for the network traffic ones, and on the front page,…
Canard
  • 67
  • 1
  • 9