Search found 2534 matches

by jolson
Thu May 26, 2016 10:56 am
Forum: Nagios XI
Topic: Need to perform an offline install with certain requirements
Replies: 3
Views: 2445

Re: Need to perform an offline install with certain requirem

I appreciate the ASAP response. The symlink solution ( TSS ) is the one that I will proceed with. This will stand for a few days in dev before being replicated in prod - the installation procedure will begin today. Any issues that crop up (and I'm sure that there will be none) will be hastily resolv...
by jolson
Thu May 26, 2016 10:17 am
Forum: Nagios XI
Topic: Need to perform an offline install with certain requirements
Replies: 3
Views: 2445

Need to perform an offline install with certain requirements

Hello everyone, I am new to this forum and have a strict set of requirements in addition to a specific set of skills. The requirements are as follows: * Nagios XI must be installed entirely offline * The MySQL database should exist in /usr/local/nagios/mysql (ideally) My skills are as follows: * I h...
by jolson
Tue Apr 12, 2016 4:39 pm
Forum: Nagios Log Server
Topic: JSON and JSON_LINES delimiter
Replies: 19
Views: 4317

Re: JSON and JSON_LINES delimiter

Also, it's worth noting that the json decoding doesn't have to be done at the input level, it can be done at the filter level: https://www.elastic.co/guide/en/logstash/current/plugins-filters-json.html This way you could design a filter to strip the beginning syslog message and then parse the actual...
by jolson
Tue Apr 12, 2016 1:55 pm
Forum: Nagios XI
Topic: Configuration Issue?
Replies: 13
Views: 4333

Re: Configuration Issue?

I'd like you to log into the problem host and run the following commands:

Code: Select all

ps -ef | egrep "xinetd|nrpe"
cat /etc/xinetd.d/nrpe
Also, if you could share with us the installation steps that you took to get this server online in the first place, that would be very helpful.
by jolson
Tue Apr 12, 2016 1:53 pm
Forum: Open Source Nagios Projects
Topic: Hostgroup Notification
Replies: 1
Views: 1801

Re: Hostgroup Notification

Is there a way to specify the notification interval and contact in the hostgroup configuration or do I need to do this per host or service? You cannot do this through a hostgroup, but you can do this via host templates. Please make use of the following document: https://assets.nagios.com/downloads/...
by jolson
Tue Apr 12, 2016 1:52 pm
Forum: Open Source Nagios Projects
Topic: Windows.cfg - Cannot Register Host
Replies: 5
Views: 3971

Re: Windows.cfg - Cannot Register Host

use vmware-server-160 The 'use' definition is used to define a template as indicated by this error: Template 'vmware-server-160' specified in host definition could not be not found To attach the host to a hostgroup, make use of the following definition: hostgroups hostgroup_names https://assets.nag...
by jolson
Tue Apr 12, 2016 1:47 pm
Forum: Open Source Nagios Projects
Topic: Check Number Files in a directory
Replies: 15
Views: 9743

Re: Check Number Files in a directory

That's excellent to hear, I'll close it up!
by jolson
Tue Apr 12, 2016 11:42 am
Forum: Open Source Nagios Projects
Topic: nagios 3.5.1 to 4.1.1 : "notification_options" variable
Replies: 3
Views: 2139

Re: nagios 3.5.1 to 4.1.1 : "notification_options" variable

I'll close this thread - thanks for posting the solution so that others may see your answer!

Jesse
by jolson
Tue Apr 12, 2016 11:40 am
Forum: Nagios Log Server
Topic: JSON and JSON_LINES delimiter
Replies: 19
Views: 4317

Re: JSON and JSON_LINES delimiter

Your log is being tagged with both a json parsefailure and a grok parsefailure. I am interested in seeing the filter that you have in place that's causing the grokparsefailure. Could you send us that information please?

Code: Select all

cat /usr/local/nagioslogserver/logstash/etc/conf.d/*