Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 368
blob6232a98ba5803f9c00751687186dd9d0e2c27f48
1 Title: Generating selection id is hopefully now compatible to more systems
2 Level: 1
3 Component: multisite
4 Version: 1.2.5i1
5 Date: 1387213529
6 Class: fix
8 The default mechanism to get a selection id is to generate a UUID by reading
9 the contents of the file /proc/sys/kernel/random/uuid. This might be not
10 existing on some special systems. So we use the uuid python module as
11 fallback now.