Intro page/console homepage

Addons for Cacti and discussion about those addons

Moderators: Developers, Moderators

Post Reply
User avatar
macan
Cacti Guru User
Posts: 1013
Joined: Tue Mar 18, 2008 2:30 am
Location: Czech

Re: Intro page/console homepage

Post by macan »

TheWitness wrote: Tue Apr 07, 2020 10:22 am By far, my most favorite plugin that I did not write myself ;) Keep the good work!
Thank you! I have been very busy last few months. Now I´m starting to work :-)
Let the Cacti grow!
mrscary
Cacti User
Posts: 149
Joined: Tue Aug 26, 2014 2:58 pm

Re: Intro page/console homepage

Post by mrscary »

I love it too. only issue i have seen is an upgrade to 1.2.11, it says the tables are not innodb.. they are myisam.
User avatar
macan
Cacti Guru User
Posts: 1013
Joined: Tue Mar 18, 2008 2:30 am
Location: Czech

Re: Intro page/console homepage

Post by macan »

mrscary wrote: Wed Apr 08, 2020 8:58 am I love it too. only issue i have seen is an upgrade to 1.2.11, it says the tables are not innodb.. they are myisam.
Which tables? Please show screenshot
Let the Cacti grow!
mrscary
Cacti User
Posts: 149
Joined: Tue Aug 26, 2014 2:58 pm

Re: Intro page/console homepage

Post by mrscary »

next time i attempt my 1.2.11 upgrade ill show u the screen. i got warnings about 2 tables, one of them was for the intropage, but i didnt write it down.. just a mental note.
mrscary
Cacti User
Posts: 149
Joined: Tue Aug 26, 2014 2:58 pm

Re: Intro page/console homepage

Post by mrscary »

here...
Attachments
Tables.jpg
Tables.jpg (44.9 KiB) Viewed 5807 times
anandks
Posts: 25
Joined: Mon Oct 18, 2010 12:02 pm

Re: Intro page/console homepage

Post by anandks »

sorry, same effect, even with the one from below. It says version 1.8.3 (this is what I already had)
anandks
Posts: 25
Joined: Mon Oct 18, 2010 12:02 pm

Re: Intro page/console homepage

Post by anandks »

ok, got it to work,

git clone pulls the old version only.

downloaded the zip file and it worked
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Intro page/console homepage

Post by TheWitness »

git clone -b develop https://github.com/blah/blah.git .
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
macan
Cacti Guru User
Posts: 1013
Joined: Tue Mar 18, 2008 2:30 am
Location: Czech

Re: Intro page/console homepage

Post by macan »

Version 2.0 released!

Changes:
- up to 9 dashboards
- api for third party panels
- favourite graphs with timespan
- much faster (data gathering in poller)
- fix a lot of bugs

Download/clone from https://github.com/xmacan/plugin_intropage
Let the Cacti grow!
Atreides
Cacti User
Posts: 174
Joined: Mon May 31, 2010 9:26 am

Re: Intro page/console homepage

Post by Atreides »

Hello,
Tried to install this version(had 1.8.3) but I'm getting some errors and I cant access the plugin tab now :

2020/06/12 10:49:47 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
2020/06/12 10:49:47 - ERROR PHP ERROR: Uncaught Error: Call to undefined function api_plugin_check_dependencies() in /var/www/html/cacti/lib/plugins.php:586 Stack trace: #0 /var/www/html/cacti/plugins.php(623): api_plugin_can_install('Intropage', '') #1 /var/www/html/cacti/plugins.php(633): plugin_required_installed(Array, 'plugin_temp_tab...') #2 /var/www/html/cacti/plugins.php(547): plugin_actions(Array, 'plugin_temp_tab...') #3 /var/www/html/cacti/plugins.php(479): format_plugin_row(Array, true, false, 'plugin_temp_tab...') #4 /var/www/html/cacti/plugins.php(135): update_show_current() #5 {main} thrown in file: /var/www/html/cacti/lib/plugins.php on line: 586
2020/06/12 10:48:54 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler()) .

I can access plugin tab only if I delete the intropage folder from linux box. Tried that once and reinstall, but got into the same error.
Attachments
intropage error install.jpg
intropage error install.jpg (62.79 KiB) Viewed 5286 times
User avatar
macan
Cacti Guru User
Posts: 1013
Joined: Tue Mar 18, 2008 2:30 am
Location: Czech

Re: Intro page/console homepage

Post by macan »

Atreides wrote: Fri Jun 12, 2020 2:54 am Hello,
Tried to install this version(had 1.8.3) but I'm getting some errors and I cant access the plugin tab now :

2020/06/12 10:49:47 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
2020/06/12 10:49:47 - ERROR PHP ERROR: Uncaught Error: Call to undefined function api_plugin_check_dependencies() in /var/www/html/cacti/lib/plugins.php:586 Stack trace: #0 /var/www/html/cacti/plugins.php(623): api_plugin_can_install('Intropage', '') #1 /var/www/html/cacti/plugins.php(633): plugin_required_installed(Array, 'plugin_temp_tab...') #2 /var/www/html/cacti/plugins.php(547): plugin_actions(Array, 'plugin_temp_tab...') #3 /var/www/html/cacti/plugins.php(479): format_plugin_row(Array, true, false, 'plugin_temp_tab...') #4 /var/www/html/cacti/plugins.php(135): update_show_current() #5 {main} thrown in file: /var/www/html/cacti/lib/plugins.php on line: 586
2020/06/12 10:48:54 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler()) .

I can access plugin tab only if I delete the intropage folder from linux box. Tried that once and reinstall, but got into the same error.
1.8.3 needs Cacti 1.2.2. Which version do you have?
Let the Cacti grow!
Atreides
Cacti User
Posts: 174
Joined: Mon May 31, 2010 9:26 am

Re: Intro page/console homepage

Post by Atreides »

I have 1.3.0 devel.
User avatar
macan
Cacti Guru User
Posts: 1013
Joined: Tue Mar 18, 2008 2:30 am
Location: Czech

Re: Intro page/console homepage

Post by macan »

Atreides wrote: Fri Jun 12, 2020 9:26 pm I have 1.3.0 devel.
Please try version 2.0.1
Let the Cacti grow!
Atreides
Cacti User
Posts: 174
Joined: Mon May 31, 2010 9:26 am

Re: Intro page/console homepage

Post by Atreides »

Cacti version 2.0.1 ? Or intropage plugin version?. Cant find any of them.
Atreides
Cacti User
Posts: 174
Joined: Mon May 31, 2010 9:26 am

Re: Intro page/console homepage

Post by Atreides »

1.3.0 is the cacti version I have, and 2.0 the intropage plugin.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest