Search found 17 matches

by shikima
Tue Jan 31, 2012 5:52 pm
Forum: Plugin Architecture
Topic: How to enable the Plugin Architecture
Replies: 24
Views: 15029

Re: How to enable the Plugin Architecture

Almost always you can find them in include/config.php Thank you! I figured the password and now I see my plugin management under settings that i previously enabled in Realms. Now, I have to add the plugins. Any good documentations? here you are http://www.cacti.net/downloads/docs/html/index.html
by shikima
Tue Jan 31, 2012 5:10 pm
Forum: Plugin Architecture
Topic: How to enable the Plugin Architecture
Replies: 24
Views: 15029

Re: How to enable the Plugin Architecture

Almost always you can find them in include/config.php
by shikima
Tue Jan 31, 2012 4:22 pm
Forum: Plugin Architecture
Topic: How to enable the Plugin Architecture
Replies: 24
Views: 15029

Re: How to enable the Plugin Architecture

I issue the command: mysql -uroot -pPASSWORD cacti < pa.sql
by shikima
Tue Jan 03, 2012 11:03 am
Forum: Plugin Architecture
Topic: lost the connection to catci home page and sql
Replies: 2
Views: 1955

Re: lost the connection to catci home page and sql

try to import the pa.sql to your cacti DB
by shikima
Tue Jan 03, 2012 11:01 am
Forum: Plugin Architecture
Topic: How to enable the Plugin Architecture
Replies: 24
Views: 15029

Re: How to enable the Plugin Architecture

I needed add this line in config.php

$url_path = "/cacti/";

by the way, do you already have all your plugins in cacti/plugins/ ???
by shikima
Fri Dec 30, 2011 10:46 am
Forum: Plugin Architecture
Topic: How to enable the Plugin Architecture
Replies: 24
Views: 15029

Re: How to enable the Plugin Architecture

can you post your config.php???
by shikima
Thu Dec 29, 2011 10:14 am
Forum: Plugin Architecture
Topic: How to enable the Plugin Architecture
Replies: 24
Views: 15029

Re: How to enable the Plugin Architecture

I already check it and yes, there is the table, so I made rollback and start over again, and now I didn't insert te pa.sql and everything work perfect!!!, just the changes of RRA folder and poller.php need the permissions for www-data:www:data. :wink:
by shikima
Wed Dec 28, 2011 12:40 pm
Forum: Plugin Architecture
Topic: How to enable the Plugin Architecture
Replies: 24
Views: 15029

Re: How to enable the Plugin Architecture

I try to do this but I get this error

root@SERVERNOC:/usr/share/cacti# mysql -uroot -p cacti < pa.sql
Enter password:
ERROR 1050 (42S01) at line 5: Table 'plugin_config' already exists

Any Ideas?
by shikima
Wed Dec 28, 2011 11:23 am
Forum: Plugin General
Topic: Problem with Syslog 1.22 + cacti 0.8.7h
Replies: 3
Views: 1806

Re: Problem with Syslog 1.22 + cacti 0.8.7h

I solved with issue the next commands :wink: In the file /etc/rsyslog.d/mysql.conf $ModLoad ommysql *.* :ommysql:localhost,rsyslog,rsyslog,rsyslog $template cacti_syslog,"INSERT INTO syslog_incoming(facility, priority, date, host, message) values ('%syslogfacility-text%', '%syslogpriority-text%...
by shikima
Wed Dec 28, 2011 11:19 am
Forum: Help: General
Topic: Upgrade to 087i
Replies: 2
Views: 546

Re: Upgrade to 087i

Thanks a lot :D
by shikima
Tue Dec 27, 2011 7:08 pm
Forum: Help: General
Topic: Upgrade to 087i
Replies: 2
Views: 546

Upgrade to 087i

I need some help to upgrade to 0.8.7i, I didn't find the manual or tutorial, I use Debian server without GUI. :(
by shikima
Tue Dec 27, 2011 7:04 pm
Forum: Plugin Architecture
Topic: Errors while using the patch Plugin Architecture (PIA)
Replies: 5
Views: 4950

Re: Errors while using the patch Plugin Architecture (PIA)

You need to comment # yours plugins, there are not need anymore to declarate them!

#$plugins[] = 'thold';
by shikima
Thu Dec 22, 2011 12:17 pm
Forum: Plugin General
Topic: Syslog error in the syntax - Advice
Replies: 2
Views: 887

Re: Syslog error in the syntax - Advice

no problem :wink:
by shikima
Thu Dec 22, 2011 12:16 pm
Forum: Plugin General
Topic: Problem with Syslog 1.22 + cacti 0.8.7h
Replies: 3
Views: 1806

Re: Problem with Syslog 1.22 + cacti 0.8.7h

I have the same issue, but I already update the syslog plugin to 1.22, rsyslog too.
by shikima
Wed Dec 21, 2011 10:54 am
Forum: Plugin General
Topic: Syslog error in the syntax - Advice
Replies: 2
Views: 887

Syslog error in the syntax - Advice

In setup.php file I fix the Line 170 -> slslog to syslog and now I'm able to see the syslog working full

:wink: