Hi,
I've been using the Universal Device Poller and a few custom commands in Linux SNMP to get some numbers out. For example, my snmpd.conf contains the following:
exec postfix-incoming /etc/snmp/plugins/postfix-count-incoming
Which is a little script that counts how many pending mails are in the incoming directory. When polled with snmpwalk, i get a nice result:
NET-SNMP-EXTEND-MIB::nsExtendOutLine."postfix-incoming".1 = STRING: 6
Now, I can add the object to UNDP and have NPM generate some nice stats, but what i've been asked to do is to have service specific maps. The data above I'd like to have displayed on a network atlas map in NPM, something like the following:
[Inbound Mail Server]--------------6----------[Spam Scanner] (use your imagination to see this is a network diagram).
I've found i can get the actual service to show in a network map, and i am told it's up....but that's about as useful as a catflap on a submarine. I've not found any way to get the actual result from the above poll displayed, and would really appreciate if there was anyone out there who knows how to do this?
Cheers,
K