After following the guide above I copied some templates so I can add a bunch of websites via CLI for monitoring. Trouble is its not working. Drilling down I have found that Cacti thinks there is no input field for the graph template I'm trying to use;
Code: Select all
# php -q /usr/share/cacti/cli/add_graphs.php --graph-template-id=47 --list-input-fields
Known Input Fields:(name, default, description)
[no results]
Code: Select all
# php -q /usr/share/cacti/site/cli/add_graphs.php --graph-template-id=37 --list-input-fields
Known Input Fields:(name, default, description)
50:url URL
I'll attach a picture of my data input method... anyone got any ideas?