Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Extracted the archive to:
/var/www/localhost/htdocs/cacti/plugins/mactrack/
And added the following line to:
/var/www/localhost/htdocs/cacti/include/config.php
$plugins[] = 'mactrack';
I am using Cacti 0.8.6h with the plugin architecture installed (and running the monitor and thold plugins with no problem).
Am I missing something somewhere? I've checked all over and I saw where one other person had a similar problem but I didn't see the resolution.
Thanks!
Hello,
I have got the same error. I read all the posts and i can't find the solution.
Also, since my server is behind a proxy server, i can't do the update through the svn repository.
Extracted the archive to:
/var/www/localhost/htdocs/cacti/plugins/mactrack/
And added the following line to:
/var/www/localhost/htdocs/cacti/include/config.php
$plugins[] = 'mactrack';
I am using Cacti 0.8.6h with the plugin architecture installed (and running the monitor and thold plugins with no problem).
Am I missing something somewhere? I've checked all over and I saw where one other person had a similar problem but I didn't see the resolution.
Thanks!
Hello,
I have got the same error. I read all the posts and i can't find the solution.
Also, since my server is behind a proxy server, i can't do the update through the svn repository.
Can you help me ?
Thansk a lot
It ended up being a permissions issue, you have to grant yourself access (even if your admin). Go to Console / Utilities / User Management and grant yourself access to the Realm. It isn't enabled by default.
You also need to be sure to run the database_upgrade.php file:
$ php database_upgrade.php
And import the SQL code to yur cacti db:
$ mysql -u root -p cacti < mactrack.sql
I also had to create some new Device Types to match my equipment. All of our stuff here is Cisco, so I just ran the scanner script and got the identifier and copied one of the existing device types.
$ php mactrack_scanner.php -d -id=<id#>
where <id#> is the id number of the device you setup (you can get this from the device screen URL when you hover over an entry).
TheWitness wrote:I will likely be online Friday evening EST. I am not online at the moment. As fare as the max-repeater "-Ccr50". YOU NEED TO REMOVE THE STATEMENT ENTIRELY. I belive that the 4006 Agent does not process the max-repeaters portion of the inbound snmp request.
When I removed the max-repeater section entirely, I got data predictably.
You also need to be sure to run the database_upgrade.php file:
$ php database_upgrade.php
And import the SQL code to yur cacti db:
$ mysql -u root -p cacti < mactrack.sql
I also had to create some new Device Types to match my equipment. All of our stuff here is Cisco, so I just ran the scanner script and got the identifier and copied one of the existing device types.
$ php mactrack_scanner.php -d -id=<id#>
where <id#> is the id number of the device you setup (you can get this from the device screen URL when you hover over an entry).
When i go to Management -> Devices Menu, i click on the device and i don't find the id number.
The only id I found in the webpage is at the end of URL.
But when i run "php mactrack_scanner.php -d -id=6" i have got the following error : "ERROR: Device with Id of '6' not found in database. Can not continue."