Search found 2534 matches

by jolson
Wed Mar 04, 2015 12:55 pm
Forum: Nagios XI
Topic: wrap mssql query
Replies: 4
Views: 198

Re: wrap mssql query

Hello, If encryption is a concern, you could use a different framework for communication - there are several, but the one that comes to mind is NCPA. Please keep in mind that NCPA is still in development, so there may be a few glitches. If you use NCPA for communication, the communication between Na...
by jolson
Wed Mar 04, 2015 11:10 am
Forum: Nagios XI
Topic: Service settings vs template
Replies: 4
Views: 393

Re: Service settings vs template

I tested this on an XI box running the same version (2014R2.6) and could not reproduce your issue. I made all modifications through the CCM - after modifying the max_check_attempts on the service itself, soft state persisted until the very last check. Please try out the troubleshooting step abrist h...
by jolson
Wed Mar 04, 2015 10:33 am
Forum: Nagios XI
Topic: ./fullinstall fails
Replies: 5
Views: 2007

Re: ./fullinstall fails

I installed the same release on a test CentOS machine to ensure that it is working properly. Below, I will post the exact commands that I ran in order to ensure a successful install. CentOS information: uname -a Linux localhost.localdomain 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x8...
by jolson
Tue Mar 03, 2015 4:15 pm
Forum: Nagios Log Server
Topic: Load Balancing syslog input to NLS
Replies: 5
Views: 1989

Re: Load Balancing syslog input to NLS

It is also worth noting that round robin DNS is an available option. Elasticsearch will handle shard/data load balancing automatically on the backend.
by jolson
Tue Mar 03, 2015 3:55 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus WMI/local Permissions
Replies: 11
Views: 33743

Re: check_wmi_plus WMI/local Permissions

Sounds great - be sure to let us know. Thanks!
by jolson
Tue Mar 03, 2015 3:31 pm
Forum: Nagios Log Server
Topic: Cluster 2nd Node OFF
Replies: 38
Views: 2207

Re: Cluster 2nd Node OFF

That last error message looks a little suspect. Just to be sure there's not an obvious error, can you please run the following commands on both of your nodes and return the output: cat /usr/local/nagioslogserver/var/cluster_uuid cat /usr/local/nagioslogserver/elasticsearch/config/elasticsearch.yml |...
by jolson
Tue Mar 03, 2015 1:11 pm
Forum: Nagios Log Server
Topic: grok parsefalure
Replies: 29
Views: 2291

Re: grok parsefalure

Willem,

I am by no means a grok expert, but the following tutorial helped me get a handle on it: http://logstash.net/docs/1.4.2/filters/grok. Please give that a read - it will answer your questions regarding how to build your filter.
by jolson
Tue Mar 03, 2015 1:00 pm
Forum: Nagios XI
Topic: New Installation Issues
Replies: 6
Views: 210

Re: New Installation Issues

No problem. I'll lock this thread out as the initial issue is resolved - if you have any further issues or questions, please feel free to open another thread and we can work from there. Thank you!

Best,


Jesse
by jolson
Tue Mar 03, 2015 12:34 pm
Forum: Nagios XI
Topic: New Installation Issues
Replies: 6
Views: 210

Re: New Installation Issues

I have a feeling that this could have to do with SELinux. Please check on the status of SELinux with:

Code: Select all

sestatus
If it's enabled, try disabling it temporarily:

Code: Select all

setenforce 0
Does that do anything to resolve your issue? In the meantime I'll begin digging into your profile. Thanks.

Best,


Jesse
by jolson
Tue Mar 03, 2015 10:36 am
Forum: Nagios Log Server
Topic: NLS Stops Intermittently
Replies: 9
Views: 898

Re: NLS Stops Intermittently

401G 71M 381G 1% /home It looks like there is a lot of free space in your home volume. A good solution would be to resize your volumes so that /dev/mapper/vg_nagiosls-lv_home is reduced by ~300GB, and /dev/mapper/vg_nagiosls-lv_root is increased by the same amount. To see your logical volumes, you ...