monitoring

DONE Fix nonsensical disk profile output, absent network output

CLOSED: 2006-06-08 Thu 15:42

DONE Use hostname more often

CLOSED: 2006-06-07 Wed 18:05

DONE Use cell-mode to construct monitoring views

CLOSED: 2006-06-07 Wed 19:43

DONE Obtain values for list of OID's

CLOSED: 2006-06-08 Thu 16:00

 (find-file "/su::/etc/init.d/snmpd")
 (find-file "/su::/etc/snmp/snmpd.conf")
 (man "snmpd.conf")

 community-string: snagglepuss
 /usr/bin/snmpconf -g basic_setup
 snmpwalk -v 1 localhost -c snagglepuss
 snmptranslate -Tp -IR
 snmptranslate -Ts -IR # symbolic form list of all OIDs
 snmpget -v2c -c snagglepuss localhost system.sysUpTime.0

 cpu idletime 
 snmpget -v2c -c snagglepuss localhost 1.3.6.1.4.1.2021.11.11.0
 
 snmpget -Ov -OQ -v2c -c snagglepuss localhost .iso.org.dod.internet.private.enterprises.ucdavis.laTable.laEntry.laLoadInt.1

DONE [#A] Teach emacs to speak rrdtool

CLOSED: 2006-06-08 Thu 16:00

rrdtool create test.rrd DS:load:GAUGE:600:U:U \ DS:processes:GAUGE:600:U:U \ RRA:AVERAGE:0.5:1:600 \ RRA:AVERAGE:0.5:6:700 rrdtool graph test.png \ --title "System Load (blue) NumProcesses (red)" \ DEF:load=test.rrd:load:AVERAGE \ DEF:processes=test.rrd:processes:AVERAGE \ CDEF:loadext=load,100,* \ LINE2:loadext\#0000FF \ LINE2:processes\#FF0000

  • rrdtool has a remote-control mode
  • #!/usr/local/bin/emacs --script

DONE Install rrdtool on pod

CLOSED: 2006-06-06 Tue 20:10

DONE Get snmpd working

CLOSED: 2006-06-06 Tue 20:37

DONE Teach emacs to speak SNMP

CLOSED: 2006-06-07 Wed 12:13

Author: David O'Toole <dto@gnu.org>

Date: 2008/01/15 11:52:19 AM