Raspberry temperature borders changed to 82 (warning) and 85 (error)
This commit is contained in:
parent
04aec5a53a
commit
d68971304d
@ -1,14 +1,13 @@
|
||||
#!/bin/python3
|
||||
#
|
||||
import argparse
|
||||
import nagios
|
||||
import subprocess
|
||||
|
||||
GPU_ERROR = 80
|
||||
GPU_WARNING = 76.5
|
||||
GPU_ERROR = 85
|
||||
GPU_WARNING = 82
|
||||
#
|
||||
CPU_ERROR = 80
|
||||
CPU_WARNING = 76.5
|
||||
CPU_ERROR = 85
|
||||
CPU_WARNING = 82
|
||||
#
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user