Dear All,
I am getting gap in graph for many devices. Any idea what needs to done to fix this.
Help Appreciated.
Thanks
Zafar Pravaiz IT Senior Network Engineer Information Technology Department
Tel +971 6 515 2164 Fax +971 6 515 2112
American University of Sharjah PO Box 26666, Sharjah United Arab Emirates http://www.aus.edu http://www.aus.edu/ zpravaiz@aus.edu mailto:youremail@aus.edu
On 10.08.15 12:51, Zafar Pravaiz wrote:
Dear All,
I am getting gap in graph for many devices. Any idea what needs to done to fix this.
send output for: ./poller.php -d -m ports -h <this_host>
What changed before having problems? Also, try increase snmp timeout (on device edit tab) to 2-3 sec (default is 1sec).
Help Appreciated.
Thanks
*Zafar Pravaiz *IT Senior Network Engineer Information Technology Department
Tel +971 6 515 2164 Fax +971 6 515 2112
American University of Sharjah PO Box 26666, Sharjah United Arab Emirates http://www.aus.edu http://www.aus.edu/ zpravaiz@aus.edu mailto:youremail@aus.edu
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hello, if you're getting these gaps on many devices it may be that you added one that is responding slowly to snmp queries. This thing happened to me when I added a couple of nexus 7000 with a old firmware, all the other devices graphs appeared in this way. Try removing the last device you added, or increase their snmp timout.
You may also see high CPU on those devices.
Hope this helps,
Stefano
If adding extra devices causes this problem and your server isn't heavily loaded, try adding more threads to your poller wrapper process.
The number after the poller-wrapper.py in crontab :
root@omega:/home/observium/dev/update# cat /etc/cron.d/observium | grep wrapper */5 * * * * root python /home/observium/demo/poller-wrapper.py 1 >> /dev/null 2>&1 */5 * * * * root python /home/observium/dev/poller-wrapper.py 5 >> /dev/null 2>&1 root@omega:/home/observium/dev/update#
Here you see I run one thread for the demo instance and 5 threads for the dev instance.
If you have instances overlapping, you might start getting gaps, so it's generally better to run more threads if you have the cpu/io throughput.
adam. On 10/08/2015 14:50:09, Stefano Lobrano stefano.lobrano@staff.aruba.it wrote: Hello, if you're getting these gaps on many devices it may be that you added one that is responding slowly to snmp queries. This thing happened to me when I added a couple of nexus 7000 with a old firmware, all the other devices graphs appeared in this way. Try removing the last device you added, or increase their snmp timout.
You may also see high CPU on those devices.
Hope this helps,
Stefano
-- Stefano Lobrano ================================ Webfarm Aruba.it http://www.aruba.it [http://www.aruba.it] Office: 0575/1939136 Mobile +39 348 8694047 N° fax: 0575/862300 N° centralino: 0575/0501 e-mail: stefano.lobrano@staff.aruba.it [mailto:stefano.lobrano@staff.aruba.it] ================================ Il 10/08/2015 12.01, Mike Stupalov ha scritto:
On 10.08.15 12:51, Zafar Pravaiz wrote:
Dear All,
I am getting gap in graph for many devices. Any idea what needs to done to fix this.
send output for: ./poller.php -d -m ports -h <this_host>
What changed before having problems? Also, try increase snmp timeout (on device edit tab) to 2-3 sec (default is 1sec).
Help Appreciated.
Thanks
Zafar Pravaiz IT Senior Network Engineer Information Technology Department
Tel +971 6 515 2164 Fax +971 6 515 2112 American University of Sharjah PO Box 26666, Sharjah United Arab Emirates http://www.aus.edu [http://www.aus.edu/] zpravaiz@aus.edu [mailto:youremail@aus.edu]
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
-- Mike Stupalov http://observium.org [http://observium.org]
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
Thank you all,
I will apply suggested settings.
I really appreciate this response.
Cheers
Zafar Pravaiz IT Senior Network Engineer Information Technology Department
Tel +971 6 515 2164 Fax +971 6 515 2112
American University of Sharjah PO Box 26666, Sharjah United Arab Emirates http://www.aus.edu http://www.aus.edu/ zpravaiz@aus.edu mailto:youremail@aus.edu
On Aug 10, 2015, at 5:52 PM, Adam Armstrong adama@memetic.org wrote:
If adding extra devices causes this problem and your server isn't heavily loaded, try adding more threads to your poller wrapper process.
The number after the poller-wrapper.py in crontab :
root@omega:/home/observium/dev/update# cat /etc/cron.d/observium | grep wrapper */5 * * * * root python /home/observium/demo/poller-wrapper.py 1 >> /dev/null 2>&1 */5 * * * * root python /home/observium/dev/poller-wrapper.py 5 >> /dev/null 2>&1 root@omega:/home/observium/dev/update#
Here you see I run one thread for the demo instance and 5 threads for the dev instance.
If you have instances overlapping, you might start getting gaps, so it's generally better to run more threads if you have the cpu/io throughput.
adam.
On 10/08/2015 14:50:09, Stefano Lobrano stefano.lobrano@staff.aruba.it wrote:
Hello, if you're getting these gaps on many devices it may be that you added one that is responding slowly to snmp queries. This thing happened to me when I added a couple of nexus 7000 with a old firmware, all the other devices graphs appeared in this way. Try removing the last device you added, or increase their snmp timout.
You may also see high CPU on those devices.
Hope this helps,
Stefano
-- Stefano Lobrano ================================ Webfarm Aruba.it http://www.aruba.it http://www.aruba.it/ Office: 0575/1939136 Mobile +39 348 8694047 N° fax: 0575/862300 N° centralino: 0575/0501 e-mail: stefano.lobrano@staff.aruba.it mailto:stefano.lobrano@staff.aruba.it ================================ Il 10/08/2015 12.01, Mike Stupalov ha scritto:
On 10.08.15 12:51, Zafar Pravaiz wrote:
Dear All,
I am getting gap in graph for many devices. Any idea what needs to done to fix this.
send output for: ./poller.php -d -m ports -h <this_host>
What changed before having problems? Also, try increase snmp timeout (on device edit tab) to 2-3 sec (default is 1sec).
Help Appreciated.
Thanks
Zafar Pravaiz IT Senior Network Engineer Information Technology Department
Tel +971 6 515 2164 Fax +971 6 515 2112
American University of Sharjah PO Box 26666, Sharjah United Arab Emirates http://www.aus.edu http://www.aus.edu/ zpravaiz@aus.edu mailto:youremail@aus.edu
observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Mike Stupalov http://observium.org http://observium.org/
observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (4)
-
Adam Armstrong
-
Mike Stupalov
-
Stefano Lobrano
-
Zafar Pravaiz