diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-08-11 20:56:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 20:56:57 +0100 |
commit | 142ace2a16fc9d2a0291db1ff27676a4691c1562 (patch) | |
tree | 9aea67faccfd7d741204b878d1cbaf05ef30c860 /src | |
parent | f8b60fff531e4e8cfe1bba99652343b0680f98ad (diff) | |
parent | 71148df948b95d9b5bcc1212d4ae29ad1215d182 (diff) | |
download | vyos-1x-142ace2a16fc9d2a0291db1ff27676a4691c1562.tar.gz vyos-1x-142ace2a16fc9d2a0291db1ff27676a4691c1562.zip |
Merge pull request #2148 from sever-sever/T5448
T5448: Move zabbix-agent to node monitoring
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/service_monitoring_zabbix-agent.py (renamed from src/conf_mode/service_zabbix_agent.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/service_zabbix_agent.py b/src/conf_mode/service_monitoring_zabbix-agent.py index 47de8f2ec..98d8a32ca 100755 --- a/src/conf_mode/service_zabbix_agent.py +++ b/src/conf_mode/service_monitoring_zabbix-agent.py @@ -35,7 +35,7 @@ def get_config(config=None): else: conf = Config() - base = ['service', 'zabbix-agent'] + base = ['service', 'monitoring', 'zabbix-agent'] if not conf.exists(base): return None |