Comet system forum

Discussion forum about Comet system products

Temperature, Humdity,

Pressure Transmitters

and Data Loggers

You are not logged in.

#1 13-01-2014 22:26:22

volker
Member
Registered: 13-01-2014
Posts: 2

T3511 nagios plugin

Hi,

does somebody know about a nagios plugin for that device in the subject(T3511)?
or a HOWTO about configuring this device in cacti?

thank you!

Offline

 

#2 14-01-2014 07:41:23

HonzaD
Administrator
Registered: 11-08-2008
Posts: 294

Re: T3511 nagios plugin

Hi Volker,

Here is an old package with templates for Cacti. But I am not able say if these templates are compatible with latest versions.


Jan

Offline

 

#3 24-01-2014 20:05:00

volker
Member
Registered: 13-01-2014
Posts: 2

Re: T3511 nagios plugin

Hi,

the templates are working fine, i'm using the version 0.8.7i from Cacti.

today i'm finaly finished the nagios configuration. i'm using the check_snmp_oid command, available at exchange.nagios.com. thanks to BlackAbdula!
here is the device and service definiton for temperature monitoring:

define host{
    use         general-devices
    hostgroups  general-devices
    host_name   COMET T3511
    alias               Comet T3511
    address             192.168.5.36
}
define service{
        use                     generic-service
        host_name               COMET T3511
        service_description     Temperature
        check_command           check_snmp_oid!public!.1.3.6.1.4.1.22626.1.2.1.1.0!27!28
        }

and this is the command definition:

define command{
        command_name    check_snmp_oid
        command_line    $USER1$/check_snmp_oid -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -W $ARG3$ -M $ARG4$
        }

Offline

 

Board footer

Powered by PunBB | CZ / SK
© Copyright 2002–2005 Rickard Andersson