From 70af4a635aabb4db1e242ec8dc18caf35816d7c8 Mon Sep 17 00:00:00 2001 From: caelebfi Date: Thu, 28 Jul 2022 09:58:14 +0200 Subject: [PATCH] Changed properties of rule #0 in ruleset "NGINX webservers (Linux)" in folder "Main" --- conf.d/wato/rules.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf.d/wato/rules.mk b/conf.d/wato/rules.mk index 7b53eb3..4ed3f47 100644 --- a/conf.d/wato/rules.mk +++ b/conf.d/wato/rules.mk @@ -187,10 +187,12 @@ agent_config['netstat'] = [ agent_config.setdefault('nginx_status', []) agent_config['nginx_status'] = [ -{'condition': {'host_name': ['euve130167.solusar.de', +{'condition': {'host_name': ['v2202207178809194556.luckysrv.de', 'serviceraspi.realm.local']}, 'id': '79825c5b-95c1-44df-96d5-e1b05bd63c97', - 'options': {'description': 'Nginx Checks', 'docu_url': 'caelebfi'}, + 'options': {'description': 'Nginx Checks', + 'disabled': False, + 'docu_url': 'caelebfi'}, 'value': ('static', [{'address': '127.0.0.1', 'port': 80, 'protocol': 'http'}])}, ] + agent_config['nginx_status']