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
Thank you :) I had think addhost.php will do this job.
On Wed, Jul 4, 2012 at 10:11 AM, Nikolay Shopik shopik@inblock.ru wrote:
Probably ./discovery.php -h all
On 04/07/12 12:08, Nenad wrote:
I used addhost.php to add the devices, and set a cronjob for poller.php.
Did I forget something?
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
You'd probably want look at http://www.observium.org/wiki/Ubuntu_SVN_Installation#Installation
Which show fine example of cronjobs, as you don't need run full discovery every 5 minutes, but only for new devices.
On 04/07/12 13:13, Nenad wrote:
Thank you :) I had think addhost.php will do this job.
On Wed, Jul 4, 2012 at 10:11 AM, Nikolay Shopik shopik@inblock.ru wrote:
Probably ./discovery.php -h all
On 04/07/12 12:08, Nenad wrote:
I used addhost.php to add the devices, and set a cronjob for poller.php.
Did I forget something?
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Nenad
-
Nikolay Shopik