Hello,
I'm trying to monitore the value of temperature on different dell servers.
with snmp, i have string like theses :
<snmpstring>.5.1.1 : value of item 1
<snmpstring>.5.1.2 : value of item 2
<snmpstring>.5.1.3 : value of item 3
<snmpstring>.8.1.1 : name of item 1
<snmpstring>.8.1.2 : name of item 2
<snmpstring>.8.1.3 : name of item 3
and on each servers, the snmp name are differents like this :
Server 1 :
<snmpstring>.5.1.1 : 540
<snmpstring>.5.1.2 : 550
<snmpstring>.5.1.3 : 220
<snmpstring>.8.1.1 : CPU 1
<snmpstring>.8.1.2 : CPU 2
<snmpstring>.8.1.3 : Ambiant
Server 2 :
<snmpstring>.5.1.1 : 220
<snmpstring>.5.1.2 : 550
<snmpstring>.5.1.3 : 570
<snmpstring>.8.1.1 : Ambiant
<snmpstring>.8.1.2 : CPU 1
<snmpstring>.8.1.3 : CPU 2
Of course this is only an exemple ... but how could i make items with these kinds of stuff without doing it manually for each server ? because i cant make any graphs / triggers ...
Thx a lot.
I'm trying to monitore the value of temperature on different dell servers.
with snmp, i have string like theses :
<snmpstring>.5.1.1 : value of item 1
<snmpstring>.5.1.2 : value of item 2
<snmpstring>.5.1.3 : value of item 3
<snmpstring>.8.1.1 : name of item 1
<snmpstring>.8.1.2 : name of item 2
<snmpstring>.8.1.3 : name of item 3
and on each servers, the snmp name are differents like this :
Server 1 :
<snmpstring>.5.1.1 : 540
<snmpstring>.5.1.2 : 550
<snmpstring>.5.1.3 : 220
<snmpstring>.8.1.1 : CPU 1
<snmpstring>.8.1.2 : CPU 2
<snmpstring>.8.1.3 : Ambiant
Server 2 :
<snmpstring>.5.1.1 : 220
<snmpstring>.5.1.2 : 550
<snmpstring>.5.1.3 : 570
<snmpstring>.8.1.1 : Ambiant
<snmpstring>.8.1.2 : CPU 1
<snmpstring>.8.1.3 : CPU 2
Of course this is only an exemple ... but how could i make items with these kinds of stuff without doing it manually for each server ? because i cant make any graphs / triggers ...
Thx a lot.

Comment