Search found 43 matches

by DAP
Wed Jan 31, 2007 5:40 pm
Forum: Plugin General
Topic: Manage Plugin 0.6.2 for monitoring networks, servers...
Replies: 948
Views: 661228

Thanks TheWitness, changing logger to manage_logger has fixed my issue.

Cheers
by DAP
Wed Jan 31, 2007 1:30 am
Forum: Plugin General
Topic: Manage Plugin 0.6.2 for monitoring networks, servers...
Replies: 948
Views: 661228

I have installed the manage plugin and can add hosts, etc although they are not updating. When I run "php check.php 10" I get the following error. C:\Inetpub\wwwroot\cacti\plugins\manage>php check.php 10 Fatal error: Cannot redeclare logger() (previously declared in C:\Inetpub\wwwroot\cact...
by DAP
Tue Jan 30, 2007 7:27 pm
Forum: Help: Windows Specific
Topic: Cacti on Vista/IIS 7.0
Replies: 4
Views: 6276

IIS7.0 additional information:

Root level: Add PHP (..php5isapi.dll) in Handler Mappings (read, script)
Default web site: Add in IsapiModule in Modules

These are the two main things to add in for IIS 7.0.
by DAP
Sat Jan 27, 2007 8:05 pm
Forum: Help: Windows Specific
Topic: Cacti on Vista/IIS 7.0
Replies: 4
Views: 6276

Should be right now. The default install does not include all options for setting up cgi/iaspi etc. I just needed to enable those options. Will post back how I go.

Cheers
by DAP
Wed Jan 24, 2007 11:55 pm
Forum: Help: Windows Specific
Topic: Cacti on Vista/IIS 7.0
Replies: 4
Views: 6276

Cacti on Vista/IIS 7.0

Has anyone got Cacti to work on Vista & IIS 7.0? I use a local install for demonstrations, etc and I have just upgraded to Vista which uses IIS7.0. IIS 7.0 management is different from 6.0 and not all the same options exist to configure for Cacti? I suppose I could always use a VM but would like...
by DAP
Fri Dec 15, 2006 1:01 am
Forum: Announcements
Topic: Submit your BOOST Statistics Here
Replies: 52
Views: 137989

Seems to be working fine.

12/15/2006 05:00:23 PM - SYSTEM BOOST STATS: Time:4.2656 RRDUpdates:1022

Love the cache feature :-)

Cheers

PS. View Boost Status not working.
by DAP
Wed Oct 18, 2006 12:56 am
Forum: Plugin General
Topic: upgraded to 0.8.6i, now haloe plugin not displaying properly
Replies: 14
Views: 9976

Thank you. That has done the trick :-)
by DAP
Mon Oct 16, 2006 9:24 pm
Forum: Plugin General
Topic: upgraded to 0.8.6i, now haloe plugin not displaying properly
Replies: 14
Views: 9976

ok. how's this one? #!/usr/bin/php -q Array ( [ALL_HTTP] => HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:*/* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:en-us,en-au;q=0.5 HTTP_COOKIE:PHPSESSID=61725a0d9bf967e3fab6e05bbac89591 HTTP_HOST:clamon01 HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 7.0...
by DAP
Mon Oct 16, 2006 7:54 pm
Forum: Plugin General
Topic: upgraded to 0.8.6i, now haloe plugin not displaying properly
Replies: 14
Views: 9976

#!/usr/bin/php -q <pre>Array ( [ALLUSERSPROFILE] => C:\Documents and Settings\All Users [ANALYZERUI_REVISION] => 6.19.2.6.5 [APPDATA] => C:\Documents and Settings\td\Application Data [CLIENTNAME] => TD-DUANE [ClusterLog] => C:\WINDOWS\Cluster\cluster.log [CommonProgramFiles] => C:\Program Files\Comm...
by DAP
Mon Oct 16, 2006 12:42 am
Forum: Plugin General
Topic: upgraded to 0.8.6i, now haloe plugin not displaying properly
Replies: 14
Views: 9976

Thanks Cigamit. I re-applied all the files and added my plugin list to config.php but the issue is still occurring?
by DAP
Wed Oct 11, 2006 10:37 pm
Forum: Plugin General
Topic: upgraded to 0.8.6i, now haloe plugin not displaying properly
Replies: 14
Views: 9976

I have reapplied the plugin architecture 0.8.6i and still see the above problem? The links work, just no image. The image paths are like, http://servername/cacti/plugins/thold/plugins/thold/images/tab_thold.gif What else should I do? PS.. I have it temporarily working by changing config.php and sett...
by DAP
Sun Aug 13, 2006 9:37 pm
Forum: Plugin General
Topic: Hostinfo plugin
Replies: 8
Views: 8413

Thankyou. It works by modifying hostinfo.php,

$output = shell_exec ("$path_snmpwalk --version 2>&1");

To this,

$output = shell_exec ("$path_snmpwalk -V 2>&1");


Thanks again.
by DAP
Thu Aug 10, 2006 11:00 pm
Forum: Plugin General
Topic: Hostinfo plugin
Replies: 8
Views: 8413

ok thanks. Output below.. C:\Documents and Settings\td>snmpwalk --version Cannot find module (NOTIFICATION-LOG-MIB): At line 1 in (none) Cannot find module (NET-SNMP-AGENT-MIB): At line 1 in (none) Cannot find module (DISMAN-EVENT-MIB): At line 1 in (none) No hostname specified. USAGE: snmpwalk [OPT...
by DAP
Thu Aug 10, 2006 12:59 am
Forum: Plugin General
Topic: Hostinfo plugin
Replies: 8
Views: 8413

Output below. C:\Documents and Settings\td>snmpwalk --version 2>&1 Cannot find module (NOTIFICATION-LOG-MIB): At line 1 in (none) Cannot find module (NET-SNMP-AGENT-MIB): At line 1 in (none) Cannot find module (DISMAN-EVENT-MIB): At line 1 in (none) No hostname specified. USAGE: snmpwalk [OPTION...
by DAP
Tue Aug 08, 2006 12:39 am
Forum: Plugin General
Topic: Hostinfo plugin
Replies: 8
Views: 8413

Hostinfo plugin

Hi all, hopefully this is a simple fix! Has anyone had any issues with the "Hostinfo" plugin, specifically the SNMP version information (see attached image)?