Monitor plugin not refreshing
Moderators: Developers, Moderators
Monitor plugin not refreshing
I've used Cacti for a couple years now, but I haven't really played with it. Out of the box was basically all that I needed. However, since I upgraded to version 0.8.8a, I've noticed that the monitor plugin no longer refreshes automatically based on the value placed in the Refresh interval field in Misc Settings. Is there something I have to do in order to make the refresh work again? The only way now that I can see to refresh is to do it manually or to navigate away from the page and back into it.
-
- Posts: 4
- Joined: Mon Jan 13, 2014 9:43 am
Re: Monitor plugin not refreshing
Same problem here, please if anyone know something it would be great.
Re: Monitor plugin not refreshing
Same here no refresh no matter how long or short I set the rate.
Re: Monitor plugin not refreshing
Yep, got the same problem with 0.8.8.c. Any device that fails, the plugin returns "Never" on "Last fail" box.
Pretty annoying since it doesnt update the time it pass since the device failed .
As you can see in the pic, the device "failed" 736003 days ago.
Using Monitor 1.3 and Cacti 0.8.8.c.
Pretty annoying since it doesnt update the time it pass since the device failed .
As you can see in the pic, the device "failed" 736003 days ago.
Using Monitor 1.3 and Cacti 0.8.8.c.
- Attachments
-
- monitor refresh.jpg (20.43 KiB) Viewed 5944 times
Re: Monitor plugin not refreshing
Dear friends, Does any one found a solution?
-
- Posts: 1
- Joined: Tue Feb 24, 2015 4:08 pm
Re: Monitor plugin not refreshing
Workaround:
Go to Plug-in Management-->disable and uninstall monitor plug-in.
Then install and enable monitor plug-in.
Go to Plug-in Management-->disable and uninstall monitor plug-in.
Then install and enable monitor plug-in.
Re: Monitor plugin not refreshing
Nah...tried that already and its not working.
Re: Monitor plugin not refreshing
Hi all, has anyone found a way to solve this issue?
Re: Monitor plugin not refreshing
Hi all,
Solution:
Edit ~path-to-cacti/lib/functions.php
Comment lines: 673 674
ORIGINAL:
FIXED:
ATENTION: It will work only for future events. The past events are not updated by this fix.
Hope will help you.
Solution:
Edit ~path-to-cacti/lib/functions.php
Comment lines: 673 674
ORIGINAL:
Code: Select all
$hosts[$host_id]["status_fail_date"] = '0000-00-00 00:00:00';
$hosts[$host_id]["status_rec_date"] = '0000-00-00 00:00:00';
Code: Select all
/* $hosts[$host_id]["status_fail_date"] = '0000-00-00 00:00:00'; */
/* $hosts[$host_id]["status_rec_date"] = '0000-00-00 00:00:00'; */
Hope will help you.
Who is online
Users browsing this forum: No registered users and 0 guests