AM nagios/plc2nagios.py
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 31 Jul 2008 20:40:22 +0000 (20:40 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 31 Jul 2008 20:40:22 +0000 (20:40 +0000)
commitd5b0651a666c9a6b2deb4103ed15c3c06075395d
tree2579973f8663b620ba00d018640755d260b5e742
parent67509e5b3b8c93456aac3a1ad78371b67b8b3379
AM   nagios/plc2nagios.py
a script I wrote a while ago to translate the plc db into a nagios
configuration file.  might be helpful for someone else trying a better
approach with nagios

M    syncplcdb.py
fixed a bug to avoid an inconsistency in the PLCDB wrt federation
migration.

AM   kill.cmd.sh
continue running even if a command fails.

_M   bootcd
renamed, and added to the repository. also added the ignore set property.

M    getconf.py
renamed to look in bootcd dir.

A    docs
AM   docs/ipalprotocol.pdf
A    docs/ilo2-auto-export-buffer-setup.pdf
documents that might be helpful for others maintaining the PCUs

AM   rtinfo.py
sketch of code to read through a rt db cache and show useful info like
'last updated by email', which is not visible through the gui.

M    reboot.py
updated to include custom code for the new PCU in plab1-itec.uni-klu.ac.at

_M   ssh
A    nodediff.py
template for comparing the nodes up or down between two time periods.
.cvsignore
docs/ilo2-auto-export-buffer-setup.pdf [new file with mode: 0644]
docs/ipalprotocol.pdf [new file with mode: 0644]
getconf.py
kill.cmd.sh [new file with mode: 0755]
nagios/plc2nagios.py [new file with mode: 0755]
nodediff.py [new file with mode: 0644]
reboot.py
rtinfo.py [new file with mode: 0755]
syncplcdb.py