Hi Thwackers
Is there a custom poller available for net-snmp - Linux ?
I have tried LinuxatemyRam and Vinx.
I get no OID matches when i scan.
Please help
What specific information are you looking to poll that you are not getting from NPM out of the box? There are definitely other OIDs out there to collect.
All the regular stuff CPU, memory, Interface Utilisation , volumes etc. All the jazzz associated with the Linux nodes
If you have the snmpd.conf configured with what is allowed and the string, you should get all of that out of the box. What constraints, if any, are in the snmpd.conf file?
i got it, i spotted the mistake
good to hear. I was about to mention the below as well:
# Make at least snmpwalk -v 1 localhost -c public system fast again.# name incl/excl subtree mask(optional)view systemview included .1view systemview included .1.3.6.1.2.1.1view systemview included .1.3.6.1.2.1.25.1.1
Occassionally you need to add the bolded line to the include statement to be sure that nothing is being restricted from the snmp. I would also change the comm string if you haven't.