Search found 5 matches

by erilane
Mon Feb 20, 2017 11:02 am
Forum: Open Source Nagios Projects
Topic: Nagios not prompting for auth
Replies: 2
Views: 907

Re: Nagios not prompting for auth

Nagios itself doesn't set up auth. Look at your apache config
by erilane
Mon Feb 20, 2017 10:53 am
Forum: Open Source Nagios Projects
Topic: "Caught SIGTERM, shutting down..." in Nagios 4.2.3
Replies: 4
Views: 2314

Re: "Caught SIGTERM, shutting down..." in Nagios 4.2.3

Also the reason I mentioned headers was because that had been a problem for us in the past, but we copied in the headers to match the exact version of Nagios we're compiling - meaning we *should have* solved any problem that was there. Our use case for livestatus is sending a lot of passive check re...
by erilane
Mon Feb 20, 2017 10:42 am
Forum: Open Source Nagios Projects
Topic: "Caught SIGTERM, shutting down..." in Nagios 4.2.3
Replies: 4
Views: 2314

Re: "Caught SIGTERM, shutting down..." in Nagios 4.2.3

What are the possible things that can cause Nagios to get a SIGTERM signal? Are broker modules the ONLY thing I should be looking at? If this were a segfault (as we previously saw in older version of Nagios when using the wrong headers), we would expect to see SEGV, wouldn't we?
by erilane
Fri Feb 17, 2017 8:57 pm
Forum: Open Source Nagios Projects
Topic: increasing nagios performance with ram fs
Replies: 9
Views: 3338

Re: increasing nagios performance with ram fs

When I experimented with this, I saw no performance boost

My theory was that linux disk cache has everything in memory already anyway

Has anyone actually measured a performance boost from this?
by erilane
Fri Feb 17, 2017 8:40 pm
Forum: Open Source Nagios Projects
Topic: "Caught SIGTERM, shutting down..." in Nagios 4.2.3
Replies: 4
Views: 2314

"Caught SIGTERM, shutting down..." in Nagios 4.2.3

I've recently upgraded from Nagios 3 to 4.2.3 We use the livestatus broker module mk-livestatus-1.2.8p16 http://mathias-kettner.com/check_mk_download_source.html The module comes packaged with some older Nagios 4 headers, we copy in the headers to match the Nagios version and compile for Nagios 4 To...