I am new to Observium. Downloaded it last week and got a few devices working on it. Did Rancid plug-in and now all configs show up on Observium.
I also added following to config.php and have Nagios3 and Smokeping running independently on the same box. However I don't know how its supposed to show up. Rancid was obvious because of the extra tab that shows up. How does it work with nagios and smoke ping? The documentation on these integration is very light.
$config['rrdtool'] = "/usr/bin/rrdtool";
$config['fping'] = "/usr/bin/fping";
#$config['fping6'] = "/usr/bin/fping6";
$config['snmpwalk'] = "/usr/bin/snmpwalk";
$config['snmpget'] = "/usr/bin/snmpget";
$config['snmpbulkwalk'] = "/usr/bin/snmpbulkwalk";
$config['whois'] = "/usr/bin/whois";
$config['ping'] = "/bin/ping";
$config['mtr'] = "/usr/bin/mtr";
$config['nmap'] = "/usr/bin/nmap";
$config['nagios_plugins'] = "/usr/lib/nagios/plugins";
$config['ipmitool'] = "/usr/bin/ipmitool";
$config['smokeping']['dir'] = "/var/lib/smokeping/";
#$config['virsh'] = "/usr/bin/virsh";
Also, does it have an ability to add a few URL monitors? I didn't see a reference in the documentation anywhere.