summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-08-11 09:11:03 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-08-11 09:11:03 +0000
commit71148df948b95d9b5bcc1212d4ae29ad1215d182 (patch)
treed656d7633895ca25f00d9fd135c8ed73e37c5f6a /src/conf_mode
parent43294da10313198c4f71f46eb39c4276551ad118 (diff)
downloadvyos-1x-71148df948b95d9b5bcc1212d4ae29ad1215d182.tar.gz
vyos-1x-71148df948b95d9b5bcc1212d4ae29ad1215d182.zip
T5448: Move zabbix-agent to node monitoring
Move 'service zabbix-agent' => 'service monitoring zabbix-agent'
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/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