Todd Smith Org

April 5, 2010

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

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