Cacti Dell R750 iDRAC Temperature
I've setup a template to monitor a Dell R750 server via configured SNMP access on iDRAC. My server has only two CPU (Intel Xeon Gold 6338N). I did…
I've setup a template to monitor a Dell R750 server via configured SNMP access on iDRAC. My server has only two CPU (Intel Xeon Gold 6338N). I did…
For some reason on a Cisco WAP571, the SNMP value returned from apRadioNumAssociatedStations is always zero. This is true on firmware tested WAP571 (pgwap571, 1.1.0.3). I have a…
snmptable -Cl -CB -Ci -OX -Cb -Cc 16 -Cw 64 -v2c -c <community> <host:port> CISCO-WLAN-ACCESS-POINT-MIB::apAssocTable On a Cisco WAP571, it produces the following output. Interface Authenticated Associated RxPackets…
A new variant of Dharma seems to have hit a server; here are some of the details I've been gathering.
Here is a listing of commands on the IBM Storwize V3700 along with their descriptions. Continue reading
The IBM Storwize V3700 does not support SNMP, only sending of SNMP traps. So to view the hardware in a canister of the V3700, you can access the…
Furthering my build-out for a monitoring solution which includes Observium as the primary SNMP polling system, I am writing an application to handle SNMP traps from my Windows…
ESXi 4.1 and 5.0 Enable SNMP SSH to host and edit the SNMP.XML file: vi /etc/vmware/snmp.xml Make the following changes: <config> <snmpSettings> <enable>true</enable> <communities>public</communities> <targets>192.168.1.100@public</targets> </snmpSettings> </config> Restart management…
Came across a decent host template for Cisco ASA devices that works well with Cacti. Grab the CISCO-FIREWALL-MIB if you don’t already have them. Get either Version 1…
This is how I setup an ICMP-echo IP SLA on my Cisco Router to monitor when my internet goes out. If it goes down, I re-route traffic (I've excluded this part…
Here’s a quick video on setting up SNMP services on Windows Server 2008 R2. [SLVideoPlayer file=SNMP2008R2.mp4, width=640, height=480 /]
This is my setup of LEMP with Cacti 0.8.7i. LEMP stands for Linux nginx (prounounced Engine x) MySQL and PHP. Most notably, LEMP is just replacing Apache (LAMP)…