Search found 12 matches

by jpconsilio
Thu Apr 29, 2021 12:57 am
Forum: Nagios Log Server
Topic: dwindling disk space and backups failing
Replies: 2
Views: 353

dwindling disk space and backups failing

Hi, Something happened and my backups have been failing I'm now at 91% usage on my cluster nodes. /dev/mapper/centos-root 1005G 869G 95G 91% / Failure looks like this: [root@lntnls1 snmp]# curator --loglevel debug snapshot --repository "common" indices --all-indices 2021-04-29 05:51:24,523...
by jpconsilio
Sun Mar 07, 2021 6:08 pm
Forum: Nagios Log Server
Topic: Unable to upload certificates to Nagios Log Server
Replies: 1
Views: 790

Unable to upload certificates to Nagios Log Server

Hi, My AD/LDAP users are no longer able to login to Nagios Log Server since the domain controllers are no longer supporting simple binds. I need to reconfigure the LDAP/AD Integration for TLS, but I am presently unable to add the certificate for the CA. When I step through the "Add Certificate&...
by jpconsilio
Wed Nov 04, 2020 2:31 pm
Forum: Nagios Log Server
Topic: Upgrade questions
Replies: 1
Views: 246

Upgrade questions

Hi, I'm currently running a couple of Nagios Log Server clusters v2.1.6 running on CentOS 7.6.1810 as originally deployed from the Nagios Log server.ova. These servers are featuring prominently in our vulnerability scans and I should like to upgrade Centos to 8.2, Apache, and PHP. Might you offer an...
by jpconsilio
Fri Mar 13, 2020 9:58 am
Forum: Nagios Log Server
Topic: Myriad log server troubles
Replies: 3
Views: 457

Re: Myriad log server troubles

Hi, I have confirmed that there is no IP conflict at present. arps on clusters and switches are correct. At present cluster 1, node 1 unreachable via https. cluster 1 node 2 shows "Waiting for Database Startup" error page for Elasticsearch. Cluster 1, node 1: [root@MTPVPANLM01 ~]# systemct...
by jpconsilio
Thu Mar 12, 2020 8:15 am
Forum: Nagios Log Server
Topic: Myriad log server troubles
Replies: 3
Views: 457

Myriad log server troubles

It seems like every time I connect to one or the other of my two-instance Nagios log server clusters, I find one of the following situations: * Yellow health with half of the shards unassigned; other node unavailable * Elasticsearch not running; please wait * Page times out; login page fails to load...
by jpconsilio
Thu Mar 12, 2020 7:39 am
Forum: Nagios Log Server
Topic: Some queries never complete
Replies: 1
Views: 235

Some queries never complete

Hi, I'm not getting any results for certain queries for specific two week period. The page time out before any results are presented. When I query the same period for events from the same period for my own username, I get results in minutes. For the user of interest: the query never completes. For s...
by jpconsilio
Tue Mar 10, 2020 5:19 pm
Forum: Nagios Log Server
Topic: Comms between cluster instances appears to be broken
Replies: 3
Views: 310

Re: Comms between cluster instances appears to be broken

Sure enough, the /user/local/nagioslogserver/var/cluster_hosts file no longer contained both servers. Adding their IPs back in and restarting seems to have sorted out the communications issues. We had filled up the disk several months ago. After expanding it seemed to recover without further issue, ...
by jpconsilio
Wed Mar 04, 2020 8:29 am
Forum: Nagios Log Server
Topic: Comms between cluster instances appears to be broken
Replies: 3
Views: 310

Comms between cluster instances appears to be broken

The instances in one of our two-instance clusters no longer to be in sync. On each instance, cluster status is YELLOW, and the number of active and unassigned shards is equal; # of instances = 1; # of data instances = 1 Likewise, Instance status for each instance shows data for the local instance an...
by jpconsilio
Tue Dec 03, 2019 4:49 pm
Forum: Nagios Log Server
Topic: Trouble adding a mounted CIFS share as a snapshot repository
Replies: 7
Views: 1021

Re: Trouble adding a mounted CIFS share as a snapshot reposi

Thank you for your reply. The Snapshot Repository Considerations doc is a good one, and I've tried following it closely. By doing so, I find I can mount the CIFS share \\hlnas00\nagios on both of the Nagios Log Server instances. Folder ownership now appears to be correct and i was able to create a n...
by jpconsilio
Wed Nov 27, 2019 7:40 am
Forum: Nagios Log Server
Topic: Trouble adding a mounted CIFS share as a snapshot repository
Replies: 7
Views: 1021

Re: Trouble adding a mounted CIFS share as a snapshot reposi

Results follow: [root@MTPVPANLM01 ~]# chown -R nagios:nagios /mnt/common_snapshot_repository [root@MTPVPANLM01 ~]# chmod -R 775 /mnt/common_snapshot_repository [root@MTPVPANLM01 ~]# ls -dl /mnt/common_snapshot_repository drwxr-xr-x 2 root root 0 Nov 26 10:56 /mnt/common_snapshot_repository [root@MTP...