Compare commits
3 Commits
c4513855ff
...
c526b6d575
Author | SHA1 | Date | |
---|---|---|---|
c526b6d575 | |||
d68971304d | |||
04aec5a53a |
@ -1,14 +1,13 @@
|
|||||||
#!/bin/python3
|
#!/bin/python3
|
||||||
#
|
#
|
||||||
import argparse
|
|
||||||
import nagios
|
import nagios
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
GPU_ERROR = 80
|
GPU_ERROR = 85
|
||||||
GPU_WARNING = 76.5
|
GPU_WARNING = 82
|
||||||
#
|
#
|
||||||
CPU_ERROR = 80
|
CPU_ERROR = 85
|
||||||
CPU_WARNING = 76.5
|
CPU_WARNING = 82
|
||||||
#
|
#
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
2
nagios
2
nagios
@ -1 +1 @@
|
|||||||
Subproject commit 3d7f2eca05ebe5fdcf17f9e77e47cc62d326874b
|
Subproject commit 930f4d13e1b2c6a4ea16c4f4756f4c8a7550cacd
|
Loading…
x
Reference in New Issue
Block a user