Probe script used by nagios to get temperatures and id.
- check_id.sh
- check_temp.sh
- check_temp.py
check_id.sh [bus_ip]
- output :
check_temp.sh [ProbeID] [Warning_Threeshold] [Critical_Threeshold] [Bus_IP]
check_temp.py [ProbeID] [Warning_Threeshold] [Critical_Threeshold] [Bus_IP]
- Normal output :
- "[OK] Temperature: "42"°C | Temperature="42"°C State=Normal"
- Warning output :
- "[Warning]- Temperature :"35"°C | Temperature="35"°C State=Warning"
- Critical output :
- "[Critical]- Temperature : 23°C | Temperature="23"°C State=Critical"
- Error output :
- "[Error]- ProbeBus is probably unreacheable. | Temperature=0°C State=Error"