Update check_cpu: fix path of default_config_file

This commit is contained in:
Alban VIDAL 2019-09-29 23:41:56 +02:00
parent 255031f207
commit c60065e498

View File

@ -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: