Hi all!
Sorry for the newbie question. I just Installed Observium.
Connected to many snmpv3 network devices - Cisco, Extreme, Juniper ... I'm fine. I'm happy with everything.
Now I want to connect my first Linux server. But I find no documentation - how? I installed check_mk_agent on linux.
root@monitoring:/opt/observium# telnet x.x.x.60 6556 | head Trying x.x.x.60... Connected to x.x.x.60. Escape character is '^]'. <<<check_mk>>> Version: 1.2.0p2 AgentOS: linux PluginsDirectory: /usr/lib/check_mk_agent/plugins LocalDirectory: /usr/lib/check_mk_agent/local AgentDirectory: /etc/check_mk OnlyFrom: 127.0.0.1 x.x.x.61
I do not know what to do next? Thank you for your help.
Regards, Andrey
On 24/09/12 18:49, Andrey Lebedev wrote:
Now I want to connect my first Linux server. But I find no documentation - how? I installed check_mk_agent on linux.
I do not know what to do next?
Have you added the server to Observium?
Go into the device on the web front-end, then edit (spanner on the far right) and Modules - is "unix-agent" enabled?
If it is disabled globally, you may need to add the following to your config.php:
$config['poller_modules']['unix-agent'] = 1;
Regards,
Hi Andrey, have yo tried to install snmp in your linux server ?
once you have installed snmp on your server, configure the snmp community and then you will can add the server on observium like any other device.
Regards.
On Mon, Sep 24, 2012 at 1:06 PM, Paul Cupis paul@cupis.co.uk wrote:
On 24/09/12 18:49, Andrey Lebedev wrote:
Now I want to connect my first Linux server. But I find no documentation - how? I installed check_mk_agent on linux.
I do not know what to do next?
Have you added the server to Observium?
Go into the device on the web front-end, then edit (spanner on the far right) and Modules - is "unix-agent" enabled?
If it is disabled globally, you may need to add the following to your config.php:
$config['poller_modules']['unix-agent'] = 1;
Regards,
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Andrey Lebedev
-
Antonio Robles
-
Paul Cupis