Update check_cpu: fix path of default_config_file
This commit is contained in:
parent
255031f207
commit
c60065e498
@ -27,7 +27,7 @@
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
result = {'rc': 0, 'text': [], 'perfdata': [], 'values': {}}
|
result = {'rc': 0, 'text': [], 'perfdata': [], 'values': {}}
|
||||||
default_config_file = '/etc/stig/env_supervision'
|
default_config_file = '/etc/env_check_nrpe'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user