Search found 47 matches

by Mikf
Sat Feb 26, 2011 8:16 am
Forum: Scripts and Templates
Topic: [XML/PERL] Cisco Remote Ping Template and script
Replies: 21
Views: 54446

Re: [XML/PERL] Cisco Remote Ping Template and script

Cacti allow only one instance of each template per host.
For each new remote host you have to ping, create a new device and had the remote ping template to it.
by Mikf
Fri Jan 29, 2010 5:26 am
Forum: Plugin: (MAC Track)
Topic: Who Want's A MacTrack 2.0?
Replies: 80
Views: 130215

you have to create a "device type" for each model of device you have. here you have a cisco C3560 Create a "device Type" named "Cisco 3560" * Description : Cisco 3560 * Vendor : Cisco * Device Type : Switch/HUB * System Description Match : C3560 (this is a text that mus...
by Mikf
Thu Jan 28, 2010 4:30 pm
Forum: Plugin: (MAC Track)
Topic: Who Want's A MacTrack 2.0?
Replies: 80
Views: 130215

check the rights of your account
by Mikf
Thu Jan 28, 2010 5:16 am
Forum: Plugin: (MAC Track)
Topic: Who Want's A MacTrack 2.0?
Replies: 80
Views: 130215

the correct svn link is :

svn co svn://svn.cacti.net/cacti_plugins/mactrack/trunk mactrack
by Mikf
Fri Apr 10, 2009 7:25 am
Forum: Help: General
Topic: Debian - fixed font problem
Replies: 1
Views: 1837

on debian lenny, rrdtool has version 1.3.1-x
This is a bug on this version,
upgrade to version >= 1.3.5 or downgrade to version 1.2.x
by Mikf
Thu Apr 09, 2009 5:13 am
Forum: Plugin: (Threshold)
Topic: Upgrade odl threshold version to the lastest
Replies: 28
Views: 43321

ok, I have the same error (baseline was not tested) I changed the code like this and now it is working :) --- thold/thold_functions.php 2009-03-02 21:21:03.000000000 +0100 +++ /home/admm/jhu/thold_functions.php 2009-04-09 12:08:55.000000000 +0200 @@ -346,8 +346,8 @@ $desc .= ' Enabled: ' . $message[...
by Mikf
Thu Apr 09, 2009 3:14 am
Forum: Plugin: (Threshold)
Topic: Upgrade odl threshold version to the lastest
Replies: 28
Views: 43321

yes, that's what I have done. :) before : change this in include/database.php line 76, or you will not be able to modify templates. - api_plugin_db_add_column ('thold', 'thold_template', array('name' => 'data_type', 'type' => 'int (3)', 'NULL' => false, 'default' => 0, 'after' => ' syslog_priority '...
by Mikf
Mon Mar 30, 2009 1:03 pm
Forum: Plugin: (Threshold)
Topic: Upgrade odl threshold version to the lastest
Replies: 28
Views: 43321

hello, the upgrade function do not work when using the enable button in plugin management. it is working well after i have added "plugins.php" in the list $files of the check_upgrade function : --- old/thold/setup.php 2009-03-02 21:21:03.000000000 +0100 +++ new/thold/setup.php 2009-03-30 1...
by Mikf
Mon Mar 16, 2009 11:42 am
Forum: Plugin Announcements
Topic: Boost 2.4 - Released
Replies: 36
Views: 25677

hello
why in boost_sql_myisam.sql table poller_output_boost_processes
is type ENGINE=MEMORY and not ENGINE=MyISAM ?

Jerome.
by Mikf
Sat Mar 14, 2009 3:20 pm
Forum: Plugin: (Network Weather Map)
Topic: Boost 2.1 and Weathermap 0.96test
Replies: 27
Views: 11953

same in setup.php in function weathermap_poller_output for rra_path

edit : working well after replacing rra_path in setup.php , and waiting for 2 or 3 runs of poller.

(boost 2.4, weathermap 0.95b)

Jerome.
by Mikf
Fri Mar 13, 2009 12:22 pm
Forum: Plugin: (Network Weather Map)
Topic: Boost 2.1 and Weathermap 0.96test
Replies: 27
Views: 11953

Hello, i have found this : in lib/datasources/WeatherMapDataSource_rrd.php line 390 replace $db_rrdname = str_replace($config["base_path"]."/rra","<path_rra>",$db_rrdname); by $db_rrdname = str_replace($config["rra_path"],"<path_rra>",$db_rrdname); o...
by Mikf
Fri Oct 24, 2008 10:21 am
Forum: Help: General
Topic: Apache Errors before Install
Replies: 13
Views: 4761

the version www.cacti.net is not the same that the version from sourceforge.net
on sourceforge.net there is not the "Notice: Undefined index:" problem
by Mikf
Mon Jul 07, 2008 10:04 am
Forum: Help: General
Topic: spine installation
Replies: 8
Views: 2857

i have installed libtool and automake

then i have run (in directory of spine source).
libtoolize --copy --force
by Mikf
Mon Jul 07, 2008 9:23 am
Forum: Help: General
Topic: spine installation
Replies: 8
Views: 2857

i just have the same error,

install libtool and it will work
by Mikf
Wed Mar 12, 2008 11:32 am
Forum: Addons for Cacti
Topic: LDAP authentication using a personalized user template
Replies: 0
Views: 4880

LDAP authentication using a personalized user template

Hi ! As in cacti, all users authenticated with ldap used the default "user template" (defined in global settings "authentication") to define the rights of the user. We have written a patch to use a LDAP attribut that is containing the name of the user template to use. Now, a user...