Misframe

Dec 30, 2014

Observium Annoys Me

I first started using Observium in 2011 or 2012. I was a senior in high school. I wasn’t that good at programming. I mean, I could write code in a few languages, knew the basic data structures, Big-O, etc. but I was not familiar with many higher level concepts like monitoring. I knew about SNMP, but I didn’t know anything at all about the implementation. As Bitcable’s infrastructure grew to include network switches and more hardware, I needed a monitoring tool. I saw Nagios, Cacti, and others but they all intimidated me. I didn’t have time to learn those tools. Things like college applications and math homework took up most of my time.

Observium was different. I was able to install it relatively quickly and had everything running without any issues. My daily routine when I got to school at 8 AM was to open up Observium in the syslab and get an overview of everything. It was enough.

I eventually had to reinstall Observium on another VM. This time, installation wasn’t so smooth. I was able to add one device, but couldn’t add another. Huh?

$ ./add_device.php <snip>.com ap v3 adminusr <snip> <snip> sha aes 161 udp
Try to add <snip>.com:
Trying v3 parameters observium/noAuthNoPriv ... 
No reply on credentials observium/noAuthNoPriv using v3.
Trying v3 parameters adminusr/authPriv ... 
Devices skipped: 1.

What went wrong? What’s the error? Why did it get skipped?

I also found this goodie in the SNMP include file:

$ cat /opt/observium/includes/snmp.inc.php 
<?php

/**
 * Observium
 *
 *   This file is part of Observium.
 *
 * @package    observium
 * @subpackage snmp
 * @author     Adam Armstrong <[email protected]>
 * @copyright  (C) 2006-2014 Adam Armstrong
 *
 */

## If anybody has again the idea to implement the PHP internal library calls,
## be aware that it was tried and banned by lead dev Adam
##
## TRUE STORY. THAT SHIT IS WHACK. -- adama.

It looks like Observium uses the Net-SNMP library with PHP. And Net-SNMP isn’t exactly the greatest library out there…

I want to like Observium. I love the idea. This is what they write on their home page:

Network monitoring for all.

Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems including Cisco, Windows, Linux, HP, Juniper, Dell, FreeBSD, Brocade, Netscaler, NetApp and many more. Observium seeks to provide a powerful yet simple and intuitive interface to the health and status of your network.

That sounds great, but I think they messed up along the way. Observium is buggy. What I dislike even more is the fact that they charge for a “Professional” edition and release an open-source edition with limited features.

The Open Source edition only receives critical security updates between 6-monthly release cycles and is best for small non-critical deployments, home use, evaluation or lab environments.

They don’t say anything about new features. I’m interpreting this as, “the open source version will stay the same unless there are security issues, and anything new is something you have to pay for.” That annoys me. A lot.

I don’t like Observium anymore. It’s clunky (have you seen the dependencies?!), buggy, and I don’t like what the authors are doing.

And that’s why I’m working on Cistern. I want to show you how I think network monitoring should be done. I think I’m on the right track because many companies are doing similar things.

Next read these:
Nov 23, 2023
Jan 11, 2023
Jan 17, 2021