Todd Smith Org

April 5, 2010

Areca 1280 ML SNMP OIDs

Filed under: Network Monitoring — admin @ 1:27 am

Areca 1280 ML SNMP OIDs

HW TEMP .1.3.6.1.4.1.18928.1.1.2.1.0
HDD SLOTS (walk) .1.3.6.1.4.1.18928.1.1.3.1.1.1
RAID NUMBER .1.3.6.1.4.1.18928.1.1.4.1.1.1
RAID STATE .1.3.6.1.4.1.18928.1.1.4.1.1.4.0
VOL NUMBER .1.3.6.1.4.1.18928.1.1.5.1.1.1
VOL STATE (Vol1) .1.3.6.1.4.1.18928.1.1.5.1.1.5.0
VOL STATE (Vol2) .1.3.6.1.4.1.18928.1.1.5.1.1.5.1
VOL CAPACITY (Vol1) .1.3.6.1.4.1.18928.1.1.5.1.1.4.0
VOL CAPACITY (Vol2) .1.3.6.1.4.1.18928.1.1.5.1.1.4.1
Event Strings (Walk) .1.3.6.1.4.1.18928.1.1.6.1.1.2.X

/opt/wansecurity/bin/snmpwalk -v2c -c public HOSTNAME .1.3.6.1.4.1.18928.1.1.6.1.1.2

NetBotz (RackBotz) 310 SNMP OIDs

Filed under: Network Monitoring,Windows Administration — admin @ 12:46 am

SNMP OIDs

TEMP .1.3.6.1.4.1.5528.30.10.1.0
HUMIDITY .1.3.6.1.4.1.5528.30.10.2.0
AIR FLOW .1.3.6.1.4.1.5528.30.10.3.0
AUDIO .1.3.6.1.4.1.5528.30.10.4.0
DOOR AJAR .1.3.6.1.4.1.5528.30.10.5.0
HOSTNAME .1.3.6.1.4.1.5528.50.1.0
DOMAIN .1.3.6.1.4.1.5528.50.2.0
SMTP SERVER .1.3.6.1.4.1.5528.50.8.0
SERIAL NUMBER .1.3.6.1.4.1.5528.50.17.0
SYSLOG ADDRESS .1.3.6.1.4.1.5528.50.54.0

March 18, 2010

Issue compiling cairo-1.9.6 / rrdtool on CentOS / Snowleopard

Filed under: Network Monitoring — Tags: — admin @ 9:13 pm

I kept getting the following error in rrdtool’s config.log


libcairo.so: undefined reference to `pthread_mutexattr_settype'

Reverting to version 1.8.0 allowed me to get RRDTool compiled and functioning

How dare I think something was wrong with rrdtool!

October 10, 2009

Run Windows Application on Desktop from Cygwin SSHD

Filed under: Network Monitoring,Windows Administration — admin @ 3:47 am

Tags: Nagios, Nexus Director, Event handler, Windows, Cygwin, OpenSSH

I needed to run a program via SSHD on Windows

1) Run Cygwin Installer from www.cygwin.com

2) Install OpenSSH, OpenSSL, vi

3) Double click Cygwin on desktop

chmod +r /etc/passwd /etc/group
find /var -type d -exec chmod -v 755 {} \;
ssh-host-config
net start sshd

4) Open your Windows Control Panel –> Administrative Tools –> Services, find the “CYGWIN sshd” item. Right click on it and choose “Properties”. Click on the second tab (Log On), and choose “Allow service to interact with desktop”, then click “OK” to save the change.

5) Restart SSHD

net stop sshd
net start sshd

Powered by WordPress