Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8357
blob3353d7ef12bf4f21b3c9e706d53620505856b7a6
1 Title: Avoid exception in case of missing agent configuration
2 Level: 1
3 Edition: cee
4 Component: agents
5 Class: fix
6 Compatible: compat
7 State: unknown
8 Version: 1.2.7i4
9 Date: 1448868190
11 This fixes the following Exception:
13 F+:
14 Failed to process configuration:
15 Traceback (most recent call last):
16 File "/omd/sites/urz/share/check_mk/web/plugins/wato/agent_bakery.py", line 1574, in mode_agents
17 html.write(describe_agent_configuration(aghash))
18 File "/omd/sites/urz/share/check_mk/web/plugins/wato/agent_bakery.py", line 1612, in describe_agent_configuration
19 conf = eval(file(defaults.var_dir + "/agents/linux_rpm/_PACKAGES/%s.conf" % aghash).read())
20 F-: