|
|
| Author |
Message |
driden91
Joined: 20 Jan 2006 Posts: 43
|
Posted: Fri Feb 10, 2006 11:19 am Post subject: plugin discover ... No tab!!! |
|
|
I'have intalled cacti with the plugin discovery
I added the following line to cacti/include/config.php
$plugins[] = 'discovery';
and dropped the files in /cacti/plugins/discovery and imported the discover.sql file into the cacti db
I checked for rights, etc, but I do not see anywhere to add and it doesn't appear available as a tab
help me please ? |
|
| Back to top |
|
 |
Allen K
Joined: 15 Oct 2005 Posts: 22
|
Posted: Fri Feb 10, 2006 2:56 pm Post subject: |
|
|
| There was an answer on this just recently in the forum.. You might want to search for topics in the last couple weeks for discovery issues, but it is a simple character that needs to be changed for the plugin-name |
|
| Back to top |
|
 |
lanyao
Joined: 14 Dec 2005 Posts: 8
|
Posted: Mon Feb 13, 2006 8:34 pm Post subject: |
|
|
| try to run "php findhosts.php" under command line. |
|
| Back to top |
|
 |
driden91
Joined: 20 Jan 2006 Posts: 43
|
Posted: Tue Feb 14, 2006 3:09 am Post subject: |
|
|
that's the result to the command 'php findhost.php'
| Code: | discovery $ php findhosts.php
02/14/2006 09:08:52 AM - POLLER: Poller[0] Network Discover is now running
02/14/2006 09:08:52 AM - POLLER: Poller[0] ERROR: Network Discover subnet setting is not set!
|
|
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Tue Feb 14, 2006 3:28 am Post subject: |
|
|
Hi
did you set the subnet to scan in Settings -> Misc ? |
|
| Back to top |
|
 |
driden91
Joined: 20 Jan 2006 Posts: 43
|
Posted: Tue Feb 14, 2006 3:44 am Post subject: |
|
|
| i haven't this option in 'setting' |
|
| Back to top |
|
 |
driden91
Joined: 20 Jan 2006 Posts: 43
|
Posted: Tue Feb 14, 2006 5:01 am Post subject: |
|
|
| any idea ? |
|
| Back to top |
|
 |
AndyStewart Cacti User
Joined: 29 Sep 2005 Posts: 102 Location: Edinburgh, Scotland
|
Posted: Tue Feb 14, 2006 5:07 am Post subject: |
|
|
In plugins folder, is the sub folder called "discover" or "discovery" - should be "discovery"
...and the file config.php in include should have the line:
$plugins[] = 'discovery'; |
|
| Back to top |
|
 |
driden91
Joined: 20 Jan 2006 Posts: 43
|
Posted: Tue Feb 14, 2006 6:04 am Post subject: |
|
|
my config :
| Code: | cacti@*** /export/home/www/cacti/plugins $ ls -al
total 20
drwxr-xr-x 4 cacti apache 4096 Feb 14 11:48 .
drwxrwxr-x 14 cacti apache 4096 Feb 14 09:42 ..
drwxrwxrwx 3 cacti apache 4096 Jan 27 14:27 cycle
drwxr-xr-x 3 cacti apache 4096 Feb 14 09:42 discovery
-rwxrwxrwx 1 cacti apache 44 Feb 10 15:49 index.php
|
| Code: | $plugins = array();
$plugins[] = 'discovery'; |
|
|
| Back to top |
|
 |
driden91
Joined: 20 Jan 2006 Posts: 43
|
Posted: Wed Feb 15, 2006 7:54 am Post subject: |
|
|
| any idea ? |
|
| Back to top |
|
 |
Allen K
Joined: 15 Oct 2005 Posts: 22
|
Posted: Fri Feb 17, 2006 1:47 am Post subject: |
|
|
| try changing to "discover" for both the config.php and the folder name. |
|
| Back to top |
|
 |
driden91
Joined: 20 Jan 2006 Posts: 43
|
Posted: Fri Feb 17, 2006 3:19 am Post subject: |
|
|
i'have rename the folder to discover and discover into config.php --> same result
And i have installed another plugin 'cycle' it's the same result, no tab ... anything with different plugins
help me please !!  |
|
| Back to top |
|
 |
cigamit Developer
Joined: 07 Apr 2005 Posts: 978 Location: B/CS Texas
|
Posted: Fri Feb 17, 2006 2:55 pm Post subject: |
|
|
| Best bet is to try reinstalling the Plugin Architecture, that is more than likely where your problem is. |
|
| Back to top |
|
 |
anuraganuj Cacti User
Joined: 21 Feb 2006 Posts: 70
|
Posted: Wed Mar 08, 2006 8:31 am Post subject: no discovery tab |
|
|
| I did the same settings tried settings folder and plugin to both Discover and discovery but no tab. i have other plugins working fine.pls help |
|
| Back to top |
|
 |
cigamit Developer
Joined: 07 Apr 2005 Posts: 978 Location: B/CS Texas
|
Posted: Wed Mar 08, 2006 9:08 am Post subject: |
|
|
Have you also imported the database file, and gave the user permissions in Cacti to view the tab?
Also, for the record, the directory should be called "discovery" in all lower case. |
|
| Back to top |
|
 |
|