How to build SNMP Monitors in Nable ( Mib / Oid )

How to get OID from MIBUse Passler MIB Importer ( https://www.paessler.com/tools/mibimporter ) to get your .mib’s into .oidlibFile OpenThen File Save As   Find the Oid list for the device http://www.oidview.com/mibs/5951/NS-ROOT-MIB.htmlhttps://docs.citrix.com/content/dam/docs/en-us/netscaler/11/downloads/netscaler-11-snmp-oid-reference.pdfGet information […]

How to set SNMP on Vmware

ESX Version 5You need to use the CLI to edtit this per below : PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> get-vmhostsnmp | set-vmhostsnmp -enable:$true -readonlycommunity @(“%communityname%”) -addtarget -targetcommunity ‘%communityname%’ […]