Xymon Mailing List Archive search

xymon-snmpcollect

4 messages in this thread

list Martin Flemming · Thu, 18 Nov 2010 22:50:38 +0100 (CET) ·
Is there some documentation for this command/configuration ?

cheers,

        Martin
list Henrik Størner · Fri, 19 Nov 2010 06:56:58 +0000 (UTC) ·
In <user-27489fafd45e@xymon.invalid> user-f286aaa49a76@xymon.invalid writes:
Is there some documentation for this command/configuration ?
No. It's a "work-in-progress" thing that I've included in the 4.3.0
beta because I use it in my own installation, but it isn't ready for
widespread use yet.

If you need to monitor SNMP devices, Devmon is what you should use.


Regards,
Henrik
list Nikolya · Wed, 4 Jul 2018 11:57:08 +0300 ·
Hello

It seems that there are already exists much of
the code for snmp polling and analysing in xymon.

There are handle_snmpcollect_client func in
xymond_client.c, that calling check_mibvals, which
in turn call get_mibval_thresholds, wich in turn
using data from load_client_config

From quick reading of load_client_config function
definition, i do not undestand how exactly i need
to define MIB rules in analysis.cfg

But what absent is a testing module for
xymond_client, when running with --test.
So there is no easy why to test SNMP rules.

Because testmode function in xymond_client.c
do not provide this testing.

I will gladly beta test the code that close this
gap, but i'm not that C pro developer to create
it from scratch.

Lets be clear, DevMon is good and ancient, but why not use
what we already have in a code base


-- 
WBR Nikolay
list Jeremy Laidman · Sun, 5 Aug 2018 02:02:08 +1000 ·
Looks like the Xymon SNMP code is only partially working. More details in
this thread:

http://lists.xymon.com/archive/2015-April/041585.html
quoted from Nikolya


On 4 July 2018 at 18:57, Nikolya <user-c0b0e0f7fcdd@xymon.invalid> wrote:
Hello

It seems that there are already exists much of
the code for snmp polling and analysing in xymon.

There are handle_snmpcollect_client func in
xymond_client.c, that calling check_mibvals, which
in turn call get_mibval_thresholds, wich in turn
using data from load_client_config

From quick reading of load_client_config function
definition, i do not undestand how exactly i need
to define MIB rules in analysis.cfg

But what absent is a testing module for
xymond_client, when running with --test.
So there is no easy why to test SNMP rules.

Because testmode function in xymond_client.c
do not provide this testing.

I will gladly beta test the code that close this
gap, but i'm not that C pro developer to create
it from scratch.

Lets be clear, DevMon is good and ancient, but why not use
what we already have in a code base


--
WBR Nikolay