Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 3227
blobe89fd0f171238b6f3a0f0fc93c51d9e6f7db7040
1 Title: Automatic service adding: Fixed exception when using time range to skip automatic configuration
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1456129237
10 This fixes the exception:
12 Traceback (most recent call last):
13   File "/omd/sites/stable/share/check_mk/modules/check_mk.py", line 5065, in <module>
14     discover_marked_hosts()
15   File "/omd/sites/stable/share/check_mk/modules/discovery.py", line 441, in discover_marked_hosts
16     why_not = may_rediscover(params)
17   File "/omd/sites/stable/share/check_mk/modules/discovery.py", line 389, in may_rediscover
18     now = datetime.datetime.utcfromtimestamp(now_ts)
19 NameError: global name 'datetime' is not defined