BUG - cli_thresholds --auto-create option missing

Support questions about the Threshold plugin

Moderators: Developers, Moderators

Post Reply
llow
Cacti User
Posts: 170
Joined: Fri Oct 05, 2007 5:34 pm

BUG - cli_thresholds --auto-create option missing

Post by llow »

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;
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests