Hi,
I installed yesterday observium and add some first devices:
HP Procurve 2900 Switches (public, v2c)
Cisco ASA (private, v2c)
Juniper MX80 (private, v2c)
APC AP8853 PDU's (private, v1)
Observium show me graphs for the Interfaces, but nothing more like:
- Powerusage on PDU
- BGP Peerings, CPU usage, Memory, Temperature usage on Juniper Router
- Memory/CPU usage on Cisco ASA
- Memory usage on HP Switch
I added to the config.php:
$config['enable_bgp'] = 1;
$config['allow_entity_sensor']['amperes'] = 1;
$config['allow_entity_sensor']['celsius'] = 1;
$config['allow_entity_sensor']['dBm'] = 1;
$config['allow_entity_sensor']['voltsDC'] = 1;
$config['allow_entity_sensor']['voltsAC'] = 1;
$config['allow_entity_sensor']['watts'] = 1;
$config['allow_entity_sensor']['truthvalue'] = 1;
$config['allow_entity_sensor']['specialEnum'] = 1;
I used addhost.php to add the devices, and set a cronjob for poller.php.
Did I forget something?
Cheers,
Nenad