Compare commits
No commits in common. "c526b6d57584f174a3353ccf1523e78de85c10f5" and "c4513855ff46af0b24f172bc99550dc77ddf91f2" have entirely different histories.
c526b6d575
...
c4513855ff
@ -1,13 +1,14 @@
|
||||
#!/bin/python3
|
||||
#
|
||||
import argparse
|
||||
import nagios
|
||||
import subprocess
|
||||
|
||||
GPU_ERROR = 85
|
||||
GPU_WARNING = 82
|
||||
GPU_ERROR = 80
|
||||
GPU_WARNING = 76.5
|
||||
#
|
||||
CPU_ERROR = 85
|
||||
CPU_WARNING = 82
|
||||
CPU_ERROR = 80
|
||||
CPU_WARNING = 76.5
|
||||
#
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
2
nagios
2
nagios
@ -1 +1 @@
|
||||
Subproject commit 930f4d13e1b2c6a4ea16c4f4756f4c8a7550cacd
|
||||
Subproject commit 3d7f2eca05ebe5fdcf17f9e77e47cc62d326874b
|
Loading…
x
Reference in New Issue
Block a user