An Issue with Graphs for A Specific Device
Moderators: Developers, Moderators
An Issue with Graphs for A Specific Device
Hello All,
This is the first topic for me on the forum.
I need your support to identify the problem of my cacti, as there is a device its graphs are not drawing well as per below snap, while if I add the same device with the same parameters the new device's graphs working well.
I need to solve the existing device as it has around 2K graphs and I don't want to lose the history.
Also, I believe it's not a performance issue as the Cacti has many devices with the same amount of graphs and the other devices working normally.
Server's info: Thanks in advance!
Sobhy
This is the first topic for me on the forum.
I need your support to identify the problem of my cacti, as there is a device its graphs are not drawing well as per below snap, while if I add the same device with the same parameters the new device's graphs working well.
I need to solve the existing device as it has around 2K graphs and I don't want to lose the history.
Also, I believe it's not a performance issue as the Cacti has many devices with the same amount of graphs and the other devices working normally.
Server's info: Thanks in advance!
Sobhy
Re: An Issue with Graphs for A Specific Device
Hello,
we might have to see the log file. But, gaps in graphs are usually due to changes in the poller, the collection profile, and how
often the poller runs (via cron). Gaps can occur if a change has been made in any of the variables above.
Usually this is not a permissions issue. You need to check poller process/threads, cron run time, and poller run time.
I used to see gaps when using poller period of "every 30 sec".
I set my cron to 5 minuts, and my poller to 5 minutes, I have 466 devices, RH7,PHP5.4, MariaDB 10. This setup runs 10 processes and 13 threads without issue.
I would consider changing poller to 5 min across the board.
eholz1
we might have to see the log file. But, gaps in graphs are usually due to changes in the poller, the collection profile, and how
often the poller runs (via cron). Gaps can occur if a change has been made in any of the variables above.
Usually this is not a permissions issue. You need to check poller process/threads, cron run time, and poller run time.
I used to see gaps when using poller period of "every 30 sec".
I set my cron to 5 minuts, and my poller to 5 minutes, I have 466 devices, RH7,PHP5.4, MariaDB 10. This setup runs 10 processes and 13 threads without issue.
I would consider changing poller to 5 min across the board.
eholz1
Re: An Issue with Graphs for A Specific Device
Thanks eholz1 for your response.
Actually my cron interval is set to 5 min, please find the below snap.
Also, I need to mention if I added the same device as a new one the graphs will work normally without gaps, the thing is, I need the current one.
Thanks,
Sobhy
Actually my cron interval is set to 5 min, please find the below snap.
Also, I need to mention if I added the same device as a new one the graphs will work normally without gaps, the thing is, I need the current one.
Thanks,
Sobhy
Re: An Issue with Graphs for A Specific Device
You'll struggle with support for 0.8.8 as it's an old version now. You could put the device into debug mode to see what results you are getting back for the graph in question.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: An Issue with Graphs for A Specific Device
Hello All,
Thanks for your feedback and support.
It has been recovered after I adjusted the SNMP Time Out for this device to 15000.
Regards,
Thanks for your feedback and support.
It has been recovered after I adjusted the SNMP Time Out for this device to 15000.
Regards,
Re: An Issue with Graphs for A Specific Device
Does that mean you've resolved it? If not, I would check that your poller is polling, there are no errors in the logs and that you have enough connections available to mysql for the number of threads/processes and users on your system.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: An Issue with Graphs for A Specific Device
I just saw the timeout post, which I missed when replying previously. I'd be very careful with having such a large timeout. If you do, make sure your retries are low, or your polling time is large. If you do not, you can stop other devices being polled because of one timeout.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: An Issue with Graphs for A Specific Device
Hello netniV,
Plz could you share how to make sure the retries are low, is it an option from cacti side or from the device side and share how to do it.
Many thanks,
Plz could you share how to make sure the retries are low, is it an option from cacti side or from the device side and share how to do it.
Many thanks,
Re: An Issue with Graphs for A Specific Device
You have several settings, in the settings table for the defaults, against each device for individual settings. You can change on mass using the devices list and then ticking the ones you want to change, then use the Actions -> Change Device options.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: An Issue with Graphs for A Specific Device
Looks like you largely found the problem.
FWIW, it's a symptom that your device may be overloaded or buggy, if you're not reaching way across a WAN link for the information.
We have a couple of devices that do this when they get "cranky", basically the SNMP response time increases and cacti polling "gives up waiting." Coincidentally, SolarWinds starts reporting "excessive ICMP response time" on the same devices when they do this.
The hardware vendor tells us that the hardware de-prioritizes ICMP, but won't tell us how to disable that "feature." sigh.
We already have the new hardware in place to upgrade our "cranky devices."
FWIW, it's a symptom that your device may be overloaded or buggy, if you're not reaching way across a WAN link for the information.
We have a couple of devices that do this when they get "cranky", basically the SNMP response time increases and cacti polling "gives up waiting." Coincidentally, SolarWinds starts reporting "excessive ICMP response time" on the same devices when they do this.
The hardware vendor tells us that the hardware de-prioritizes ICMP, but won't tell us how to disable that "feature." sigh.
We already have the new hardware in place to upgrade our "cranky devices."
Re: An Issue with Graphs for A Specific Device
Solar winds basically has a threshold on the ping rtl and deviation from median or average. It's likely average as medians a bitch mathematically.
Before history, there was a paradise, now dust.
Who is online
Users browsing this forum: No registered users and 0 guests