Changes between Version 1 and Version 2 of SystemMonitorConfiguration
- Timestamp:
- 11/24/09 15:44:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemMonitorConfiguration
v1 v2 4 4 The initial configuration is based on just a few states: 5 5 6 START::6 ''START'':: 7 7 the standard initial state, used to perform priming reads of status and to setup operating defaults 8 UNKNOWN::8 ''UNKNOWN'':: 9 9 the standard state used when no other state fits with the current conditions 10 startingNetwork::10 ''startingNetwork'':: 11 11 we do not have an ethernet address 12 running::12 ''running'':: 13 13 all is ok, our process pid file exists and contains a process id and the ethernet has an IP number in the range we expect 14 FXOhang::14 ''FXOhang'':: 15 15 we have detected a hung state from our FXO modules. In this state, we attempt to reset the devices. 16 dead::16 ''dead'':: 17 17 used when we are in the UNKNOWN state for too long 18 19 There are two scripts which we use to monitor and reset the FXO status: 20 ''check_installed_FXO_status'':: 21 display the current status 22 ''reset_FXO'':: 23 run commands to unload and reload the FXO module 24 18 25 19 26 {{{
