cli_thresholds.php does not have an option --auto-create even though this is in the help output.
case "-auto":
thold_cli_autocreate_host ($value);
exit;
should probably read (keeping backwards compatibility)
case "--auto-create":
case "-auto":
thold_cli_autocreate_host ($value);
exit;
BUG - cli_thresholds --auto-create option missing
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 2 guests