Search found 7 matches

by drook
Tue May 26, 2015 8:45 am
Forum: Open Source Nagios Projects
Topic: nagios 4 - high CPU load
Replies: 16
Views: 7941

Re: nagios 4 - high CPU load

And yeah, some state screen for a random service:

http://static.enaza.ru/userupload/gyazo ... d28eb0.png
by drook
Tue May 26, 2015 8:44 am
Forum: Open Source Nagios Projects
Topic: nagios 4 - high CPU load
Replies: 16
Views: 7941

Re: nagios 4 - high CPU load

In fact, besides the huge load and the fact that it crashes when trying to check for the updates (so I just disabled this check), nagios 4 works fine. That's why I didn't mention something other that load. Main screen: http://static.enaza.ru/userupload/gyazo/ed44e969b0ebf344ec8063baa9a3.png Critical...
by drook
Fri May 22, 2015 6:31 am
Forum: Open Source Nagios Projects
Topic: nagios 4 - high CPU load
Replies: 16
Views: 7941

Re: nagios 4 - high CPU load

by drook
Tue May 19, 2015 1:26 am
Forum: Open Source Nagios Projects
Topic: nagios 4 - high CPU load
Replies: 16
Views: 7941

Re: nagios 4 - high CPU load

Okay, I got you point. May be it's the 4k custom check that is running long. It's reasonable: its sending 5 4k icmp packets, which may be lost, which may take some time, and in general this should not be faster than 5 seconds. So I diminished the amount of packets from 5 to 3, which should give me 4...
by drook
Tue May 19, 2015 12:23 am
Forum: Open Source Nagios Projects
Topic: nagios 4 - high CPU load
Replies: 16
Views: 7941

Re: nagios 4 - high CPU load

I'd say most of them are not: below is a bunch of checks of a typical running host, which is up (95% of them are), done under account that nagios is ran under, with timings (last one is a custom command checking how big-sized packets are transmitted): [nagios@twilight ~]$ time libexec/check_ping -H ...
by drook
Mon May 18, 2015 2:23 pm
Forum: Open Source Nagios Projects
Topic: nagios 4 - high CPU load
Replies: 16
Views: 7941

Re: nagios 4 - high CPU load

Mine looks like: http://tech.hq.norma.perm.ru/files/nagios-perf.png As about my ban - when I try to post this under account of "drookie", I see this: http://tech.hq.norma.perm.ru/files/nagios-banned.png Right now I'm using my home ISP, which gave me dynamic IP. I've also tried this at work...
by drook
Mon May 18, 2015 1:37 pm
Forum: Open Source Nagios Projects
Topic: nagios 4 - high CPU load
Replies: 16
Views: 7941

Re: nagios 4 - high CPU load

Still me. I just got banned somehow. BTW, I just dont understand how one can be banned as spammer on a pre-moderated (for one second !) message board. I guess the same logic got us into nagios 4 version with 21K syscalls/sec and unportable code. Most of my checks are ICMP checks, because I control c...