Issues with cacti scripts
Moderators: Developers, Moderators
Issues with cacti scripts
Hi everyone!
I am using cacti version 0.87d, installed from apt-get install cacti cacti-spine on a Linux ubuntu Karmic.
The web page and its functionalities works just fine, but i cannot make work the add_device scripts because i am getting this errors:
Warning: include(/usr/share/cacti/cli/../include/global.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 34
Warning: include(): Failed opening '/usr/share/cacti/cli/../include/global.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 34
Warning: include_once(/lib/api_automation_tools.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 35
Warning: include_once(): Failed opening '/lib/api_automation_tools.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 35
Warning: include_once(/lib/utility.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 36
Warning: include_once(): Failed opening '/lib/utility.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 36
Warning: include_once(/lib/api_data_source.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 37
Warning: include_once(): Failed opening '/lib/api_data_source.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 37
Warning: include_once(/lib/api_graph.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 38
Warning: include_once(): Failed opening '/lib/api_graph.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 38
Warning: include_once(/lib/snmp.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 39
Warning: include_once(): Failed opening '/lib/snmp.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 39
Warning: include_once(/lib/data_query.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 40
Warning: include_once(): Failed opening '/lib/data_query.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 40
Warning: include_once(/lib/api_device.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 41
Warning: include_once(): Failed opening '/lib/api_device.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 41
can somebody please help me? I need to add around 350 devices =(
Note: I am getting the same errors for all the scripts.
Thanks in advance!
I am using cacti version 0.87d, installed from apt-get install cacti cacti-spine on a Linux ubuntu Karmic.
The web page and its functionalities works just fine, but i cannot make work the add_device scripts because i am getting this errors:
Warning: include(/usr/share/cacti/cli/../include/global.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 34
Warning: include(): Failed opening '/usr/share/cacti/cli/../include/global.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 34
Warning: include_once(/lib/api_automation_tools.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 35
Warning: include_once(): Failed opening '/lib/api_automation_tools.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 35
Warning: include_once(/lib/utility.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 36
Warning: include_once(): Failed opening '/lib/utility.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 36
Warning: include_once(/lib/api_data_source.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 37
Warning: include_once(): Failed opening '/lib/api_data_source.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 37
Warning: include_once(/lib/api_graph.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 38
Warning: include_once(): Failed opening '/lib/api_graph.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 38
Warning: include_once(/lib/snmp.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 39
Warning: include_once(): Failed opening '/lib/snmp.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 39
Warning: include_once(/lib/data_query.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 40
Warning: include_once(): Failed opening '/lib/data_query.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 40
Warning: include_once(/lib/api_device.php): failed to open stream: No such file or directory in /usr/share/cacti/cli/add_device.php on line 41
Warning: include_once(): Failed opening '/lib/api_device.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/cacti/cli/add_device.php on line 41
can somebody please help me? I need to add around 350 devices =(
Note: I am getting the same errors for all the scripts.
Thanks in advance!
Im kind of newbie, can you please explain me how can i do that?
P.D: I have another problem but now with the plugins because in the config.php i do not have any $plugins = array(); its this issue related with the original issue on this post?
I ask this because i dont want to do a double posting for the same issue.
Thanks in advance!
P.D: I have another problem but now with the plugins because in the config.php i do not have any $plugins = array(); its this issue related with the original issue on this post?
I ask this because i dont want to do a double posting for the same issue.
Thanks in advance!
Hi Gandalf, i really appreciate your assistance.
Here is my report on the bug tracker http://bugs.cacti.net/view.php?id=1774 i did not find a distribution or scripts category so i have to put it on the documentation category.
Thanks Again!
Here is my report on the bug tracker http://bugs.cacti.net/view.php?id=1774 i did not find a distribution or scripts category so i have to put it on the documentation category.
Thanks Again!
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Sorry, but WE are NOT the distro maintainers. You won't find that bug in our tgz file! This has to go to Ubuntu, Debian or whatever distro you are usingAutumnW wrote:Hi Gandalf, i really appreciate your assistance.
Here is my report on the bug tracker http://bugs.cacti.net/view.php?id=1774 i did not find a distribution or scripts category so i have to put it on the documentation category.
Thanks Again!
R.
Who is online
Users browsing this forum: No registered users and 11 guests