NSClient++ Help (#1) - Problem with CheckFiles (#985) - Message List

Problem with CheckFiles

Michael,

On our 0.3.9 NSclients, I used to set CheckFiles this way :

check_av=checkFiles "path=C:\path\to\file.txt" ...

With NSCP (0.4.0)on a Windows 7 64bits system, an error occurs :

e eduler\Scheduler.cpp:101  Failed to add target: check_av, unknown escape sequence

For now, I'm solving this problem by typing the path this way :

check_av=checkFiles path="C:/path/to/file.txt" ...

I was wondering if I'm the only one... if it's intended, or if it's a bug.

Thank you, David

  • Message #2616

    This is intent, all stings in 0.4.0 are parsed which was not the case in 0.3.9. There its still some places where the old strings work such as external scripts module but I believe the new string handling to be an improving...

Subscriptions