Search found 4158 matches

by sreinhardt
Tue Feb 03, 2015 8:56 am
Forum: Open Source Nagios Projects
Topic: Plugins 2.1-RC1 Testing
Replies: 19
Views: 14992

Re: Plugins 2.1-RC1 Testing

Thanks for the idea Box! I'll have to check into what Andy did for those changes and see how applicable they are. Otherwise I will definitely keep this in mind down the road as the code is moved into a more unified state. Glad that worked with gettext as well, as you know I don't run cent 6 much, on...
by sreinhardt
Tue Jan 27, 2015 3:51 pm
Forum: Open Source Nagios Projects
Topic: Plugins 2.1-RC1 Testing
Replies: 19
Views: 14992

Re: Plugins 2.1-RC1 Testing

Pushed a few more commits that have been pretty heavily tested. Most specifically relate to error states not returning proper information and coverity static analysis patches. Will be pulling in timeout and perl findbin branches today before submitting another coverity scan and completing those. Sam...
by sreinhardt
Fri Jan 23, 2015 5:55 pm
Forum: Open Source Nagios Projects
Topic: Plugins 2.1-RC1 Testing
Replies: 19
Views: 14992

Re: Plugins 2.1-RC1 Testing

Sorry, missed these posts without the internal trackers assistance. My tests on cent 6 showed I needed the gettext package which provides the bin msgmerge. The -update error should be prefixed with the path and bin for msgmerge which does the translations. Once that was installed everything was good...
by sreinhardt
Thu Jan 15, 2015 4:15 pm
Forum: Nagios XI
Topic: Monitoring RHEL 3 and RH 9, Part 2...
Replies: 1
Views: 660

Re: Monitoring RHEL 3 and RH 9, Part 2...

for 3) we are siimply saying that you must have a working ssh daemon that nagios can connect to. This is nothing unique to us. As for plugins and scripts, they can really be placed anywhere you are comfortable with, that can be accessed by that nagios user. for 1) yes it should places them in the co...
by sreinhardt
Thu Jan 15, 2015 3:04 pm
Forum: Nagios Log Server
Topic: Problem index log every day
Replies: 40
Views: 24339

Re: Problem index log every day

Sounds great, thanks for the update!
by sreinhardt
Thu Jan 15, 2015 11:51 am
Forum: Open Source Nagios Projects
Topic: check_http issue
Replies: 1
Views: 1574

Re: check_http issue

I thought we resolved this in 2.0.2 or 2.03, I guess I will take a look and see why this would be the case. Aside from forcing the ip to check, they should be essentially identical.
by sreinhardt
Thu Jan 15, 2015 11:46 am
Forum: Open Source Nagios Projects
Topic: nagios core + windows 2008 + Raid controller help
Replies: 10
Views: 4507

Re: nagios core + windows 2008 + Raid controller help

I'll be honest, in that I very much doubt the microsoft snmp server will support the additional oids of your raid controller. You would be much better served to see if there are performance data, wmi, or scriptable checks that could be run on the windows system directly. Per the check_hp guys, you m...
by sreinhardt
Thu Jan 15, 2015 10:41 am
Forum: Nagios XI
Topic: NagiosXI 2014/ Core 4.x with mod_gearman-1.5
Replies: 9
Views: 1548

Re: NagiosXI 2014/ Core 4.x with mod_gearman-1.5

You will likely need to remove the previous rpms, as they will conflict with the official packages. Then run the yum localinstall as our documentation states, and start the worker. If everything was configured before, your configs should transfer over as well. Aside from not configuring the gearmand...
by sreinhardt
Thu Jan 15, 2015 10:24 am
Forum: Nagios Log Server
Topic: Help with filtering a custom log
Replies: 9
Views: 2559

Re: Help with filtering a custom log

Just a slight variation on tmcdonald's post that separates domain and user in a little bit easier way for logstash: if [host] == '172.21.5.193' { grok { match => [ "message", "%{TIMESTAMP_ISO8601:DateTime}%{SPACE}\[%{NUMBER:Number}\]%{SPACE}%{WORD:Loglevel}%{SPACE}\[%{WORD:Domain}\\%{...
by sreinhardt
Wed Jan 14, 2015 4:59 pm
Forum: Nagios Log Server
Topic: Help with filtering a custom log
Replies: 9
Views: 2559

Re: Help with filtering a custom log

So are you just trying to break it out into the fields you mentioned, no separation of domain from user? Most likely, this needs to be implemented at logstash so that it knows where to place your information. Could you confirm that, and put a copy of one of the existing logs as it shows in the messa...