Search found 2534 matches

by jolson
Mon Mar 02, 2015 2:02 pm
Forum: Nagios Log Server
Topic: General questions about ELK components
Replies: 8
Views: 3034

Re: General questions about ELK components

Q1: I have two test nodes setup. Do I direct logs to one of the host IPs, both IPs, or setup a third/virtual IP? A1: You can direct logs to any IP in the cluster. The nodes will share logs and therefore the only relevant difference will be resource load - it's not abnormal to put a load balancer in ...
by jolson
Mon Mar 02, 2015 1:18 pm
Forum: Open Source Nagios Projects
Topic: archivejson.cgi time out
Replies: 5
Views: 13732

Re: archivejson.cgi time out

Is SELinux enabled?

Code: Select all

sestatus
by jolson
Mon Mar 02, 2015 12:39 pm
Forum: Nagios Log Server
Topic: NLSBackup Snapshots always IN PROGRESS
Replies: 10
Views: 1056

Re: NLSBackup Snapshots always IN PROGRESS

As long as the share can be mounted on your nodes, the type should not be extremely relevant. A samba share would be fine as long as it is mounted in the same place across all of your nodes. This mount location is what you would specify under "Administration > Backup & Maintenance". Mo...
by jolson
Mon Mar 02, 2015 12:24 pm
Forum: Nagios XI
Topic: CPU, Memory staus = NRPE Unable to read output
Replies: 5
Views: 242

Re: CPU, Memory staus = NRPE Unable to read output

Regarding "NRPE: Unable to read output", this could be caused by a variety of things. It is common that the issue could be related to permissions or SELinux Policy. For SELinux, you could try: getenforce If getenforce is Enforcing, you could temporarily disable it with: setenforce 0 After ...
by jolson
Mon Mar 02, 2015 12:03 pm
Forum: Nagios XI
Topic: Monitoring web service login
Replies: 5
Views: 168

Re: Monitoring web service login

I highly suggest reading up on webinject if you'd like to walk through a service. The following page in particular you might find useful:
http://www.webinject.org/manual.html#tcparammethod
by jolson
Mon Mar 02, 2015 10:42 am
Forum: Nagios Log Server
Topic: Compression
Replies: 2
Views: 166

Re: Compression

Please refer to the following URLs: http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/index-modules-store.html http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/mapping-source-field.html Selecting quotes from the above: From version 0.90 onwards, store compression i...
by jolson
Fri Feb 27, 2015 3:36 pm
Forum: Nagios Log Server
Topic: General questions about ELK components
Replies: 8
Views: 3034

Re: General questions about ELK components

Hello, Your questions regarding versioning can be answered from the command line. Please see the examples below: ElasticSearch: [root@localhost ~]# curl -XGET 'localhost:9200' output: { "status" : 200, "name" : "a6f4ff52-a0a2-4142-b6a7-8c1cef3c544f", "version"...
by jolson
Fri Feb 27, 2015 10:26 am
Forum: Nagios XI
Topic: Switch wizard pre-populates wrong data
Replies: 15
Views: 462

Re: Switch wizard pre-populates wrong data

Good morning, To clarify, you ran the 'Network Switch / Router Monitoring Wizard' to detect your HP switch? Do any of the ports detect properly? Which version of SNMP did you use? Please answer the above questions. Once finished, I'd like you to run an snmpwalk on your switch and return the output h...
by jolson
Fri Feb 27, 2015 10:07 am
Forum: Nagios XI
Topic: Upgrading from 2014r2.0 to 2.6 with offloaded DB and ndo
Replies: 5
Views: 149

Re: Upgrading from 2014r2.0 to 2.6 with offloaded DB and ndo

Thread has been locked. Thanks!
by jolson
Thu Feb 26, 2015 2:12 pm
Forum: Nagios XI
Topic: Contact can't receive notification
Replies: 3
Views: 757

Re: Contact can't receive notification

In addition to what jdalrymple said, please note that the "notify-service-by-email" can typically only send mail via sendmail, whereas the XI process can use SMTP. It may be worth looking over this document: http://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Core-Contacts-to-Use-...