1 Title: SNMP: Fixed handling of backslashes in SNMP data
9 Some checks like the hr_fs checks e.g. create services with
10 backslashes in the service descriptions when monitoring
11 windows filesystems. Those services were named "Filesystem c:\\..."
12 for example, which was using a double backslash which is wrong.
13 This behaviour has now been changed to just use a single slash.
15 With this change your services will be reported as UNKNOWN when
16 you have such services with double backslashes in their names.
17 You will then need to rediscover the services to get them with
18 just a single slash. If you like to keep the performance graph
19 history, you will need to migrate them on your own.