Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Atreides wrote: ↑Mon Jun 15, 2020 5:50 am
Yes,
All other plugins are working properly.
Strange ... few weeks ago I was able to install Intropage 1.8.x/2.0 to Cacti 1.3.0. I have tested it again yet and I got the same error. I need help with someone from Cacti develop team. You have to wait ....Issue is here https://github.com/xmacan/plugin_intropage/issues/105
Atreides wrote: ↑Tue Jun 16, 2020 3:39 am
Hello,
That user/permission problem is why I cant add any panel? All all greyout and wait one poller cycle message is displayed.
No, there isn't problem with wait one poller cycle. It is normal. After 5 minutes reload page and you can add panels.
Problem is with few panels which are for all users (info, analyse db). There is problem that user without permission can see these panels
Interval 300
Type SPINE 1.2.7 Copyright 2004-2019 by The Cacti Group (Different version of Cacti and Spine!)
Items Action[0]: 5,035
Action[1]: 1
Action[2]: 177
Total: 5,213
Concurrent Processes 5
Max Threads 10
PHP Servers 5
Script Timeout 25
Max OID 10
Last Run Statistics Time:26.7958 Method:spine Processes:1 Threads:10 Hosts:226 HostsPerProcess:226 DataSources:5213 RRDsProcessed:0
Atreides wrote: ↑Tue Jun 16, 2020 4:24 am
Poller is working, as graphs are populated.
Interval 300
Type SPINE 1.2.7 Copyright 2004-2019 by The Cacti Group (Different version of Cacti and Spine!)
Items Action[0]: 5,035
Action[1]: 1
Action[2]: 177
Total: 5,213
Concurrent Processes 5
Max Threads 10
PHP Servers 5
Script Timeout 25
Max OID 10
Last Run Statistics Time:26.7958 Method:spine Processes:1 Threads:10 Hosts:226 HostsPerProcess:226 DataSources:5213 RRDsProcessed:0
Is there any other error about intropage or intropage poller. You could see something similiar:
2020/06/16 11:40:53 - SYSTEM INTROPAGE STATS: Time:0.2 Checks:0
Atreides wrote: ↑Tue Jun 16, 2020 4:24 am
Poller is working, as graphs are populated.
Interval 300
Type SPINE 1.2.7 Copyright 2004-2019 by The Cacti Group (Different version of Cacti and Spine!)
Items Action[0]: 5,035
Action[1]: 1
Action[2]: 177
Total: 5,213
Concurrent Processes 5
Max Threads 10
PHP Servers 5
Script Timeout 25
Max OID 10
Last Run Statistics Time:26.7958 Method:spine Processes:1 Threads:10 Hosts:226 HostsPerProcess:226 DataSources:5213 RRDsProcessed:0
Is there any other error about intropage or intropage poller. You could see something similiar:
2020/06/16 11:40:53 - SYSTEM INTROPAGE STATS: Time:0.2 Checks:0
Hmmm, maybe next cacti develop issue. I haven't got time for more testing. Quick (not clean) fix - edit file poller_intropage.php and comment (or remove) lines:
if (function_exists('register_process_start')) {
if (!register_process_start('intropage', 'master', $config['poller_id'], read_config_option('intropage_timeout'))) {
intropage_debug('Another Intropage Process Still Running');
exit(0);
}
}
Atreides wrote: ↑Wed Jun 17, 2020 1:37 am
Well, this fix fixed it . Now I can add panels. Looks nice, thank you.
I had the same problem. If you want better fix, you have to create mysql database processes. Definition is in cacti.sql. I don't know why wasn't created by installer. Cacti 1.3 is devel, there is a lot of issues now. I recomend use 1.2.x for production