PDA

View Full Version : Automatic inventory items


alixen
25-09-2008, 14:37
Hi,

Is it possible to automatically fill some fields in host profile based on values retrieved from SNMP or Zabbix agent ?

For instance, Name, OS, location could be retrieved from SNMP sysName, sysDescr, sysLocation or Zabbix agent system.hostname, system.uname.

Thanks
Joseph Bueno
Alixen

cjwallace
25-09-2008, 17:43
I to would like to know if this is possible and really thought it would have been.

I do think this would be a great feature if it is not

Cheers

Craig

gospodin.horoshiy
04-11-2008, 17:37
I second that

maxpower
10-11-2008, 13:46
no, I second it :)

OS=uname -a
MAC=arp $host
RELEASE=cat /etc/release
and other information can also be retrieved automatically

cjwallace
10-11-2008, 15:47
no, I second it :)

OS=uname -a
MAC=arp $host
RELEASE=cat /etc/release
and other information can also be retrieved automatically

Hi mate. So what are you saying we can already do it or this is how you could do it.?:confused:h

gospodin.horoshiy
10-11-2008, 20:47
maxpower, could you provide full example?