Tag

#SNMP

Cacti Dell R750 iDRAC Temperature

June 12, 2023

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…

snmptable

July 19, 2022

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…

IBM Storwize V3700 Commands

July 14, 2016

Here is a listing of commands on the IBM Storwize V3700 along with their descriptions. Continue reading

IBM Storwize V3700 Service Module

July 14, 2016

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…

Sending SNMP Traps of Windows Events

June 14, 2016

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…

Monitor ESXi Free using SNMP

May 5, 2016

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…

Cacti Cisco ASA Host Template

July 21, 2012

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…

Cisco IP SLA ICMP Echo Example

March 30, 2012

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…

Video: SNMP Services on Server 2008 R2

January 16, 2012

Here’s a quick video on setting up SNMP services on Windows Server 2008 R2. [SLVideoPlayer file=SNMP2008R2.mp4, width=640, height=480 /]

LEMP + Cacti 0.8.7i

January 16, 2012

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)…