Search found 18 matches

by cjsGSB
Thu Sep 05, 2019 9:52 am
Forum: Nagios Log Server
Topic: /var/log/logstash errors
Replies: 4
Views: 383

Re: /var/log/logstash errors

did those commands on both instances the logstash service remains stopped until I restart it.
It does not look like another instance of logstash is trying to restart
by cjsGSB
Wed Sep 04, 2019 12:07 pm
Forum: Nagios Log Server
Topic: /var/log/logstash errors
Replies: 4
Views: 383

/var/log/logstash errors

Running Nagios Log Server 2.0.7 on RHEL 6.9 getting with 2 instances. Keep getting these errors every 5 seconds.
Is this an issue that should be addressed - thanks
by cjsGSB
Wed Sep 04, 2019 8:19 am
Forum: Nagios XI
Topic: Red Database Maintenance button in Admin Tab
Replies: 6
Views: 658

Re: Red Database Maintenance button in Admin Tab

chage -l nagios Last password change : Aug 27, 2019 Password expires : never Password inactive : never Account expires : never Minimum number of days between password change : 0 Maximum number of days between password change : 99999 Number of days of warning before password expires : 7 =============...
by cjsGSB
Fri Aug 30, 2019 9:44 am
Forum: Nagios XI
Topic: Red Database Maintenance button in Admin Tab
Replies: 6
Views: 658

Re: Red Database Maintenance button in Admin Tab

we are running nagios xi 5.5.9 with RHEL 6.9
The logs show the same entries for the day before and after we created the logs
the permissions of the /usr/local/nagiosxi directory are 755 with owner root and group nagios
by cjsGSB
Wed Aug 28, 2019 1:29 pm
Forum: Nagios XI
Topic: Red Database Maintenance button in Admin Tab
Replies: 6
Views: 658

Re: Red Database Maintenance button in Admin Tab

took a look in /etc/cron.d/nagiosxi and see that dbmaint.php should run every 5 minutes. Noticed there where no dbmaint.log in /usr/local/nagiosxi/var. Running php -q /usr/local/nagiosxi/cron/dbmaint.php from command line runs successfully and the red button went away running the same command and ou...
by cjsGSB
Wed Aug 28, 2019 11:52 am
Forum: Nagios XI
Topic: Red Database Maintenance button in Admin Tab
Replies: 6
Views: 658

Red Database Maintenance button in Admin Tab

We have successfully offloaded Mysql to a remote server according to the documents provided by NAGIOS.
Only issue we are seeing is the Data Maintenance Status button shows RED.
Is there a way to get this to change to GREEN ?

Thanks
by cjsGSB
Thu Aug 08, 2019 8:36 am
Forum: Nagios Log Server
Topic: changing UID for nagios user
Replies: 3
Views: 375

Re: changing UID for nagios user

This worked - Thank you
by cjsGSB
Mon Aug 05, 2019 1:56 pm
Forum: Nagios Log Server
Topic: changing UID for nagios user
Replies: 3
Views: 375

changing UID for nagios user

How does changing the UID of the nagios user on nagios log server prevent the elasticsearch database from starting? We created a share on a brickstor unit to archive as part of the "Managing Snapshots and Maintenance" procedure. However the UID of 500 was taken up in the brickstor system. ...
by cjsGSB
Tue Jul 23, 2019 10:40 am
Forum: Nagios XI
Topic: Checking for password expiration
Replies: 1
Views: 597

Checking for password expiration

Haven't figured it out yet, but is there a way for NagiosXI to monitor password expiration on RHEL systems as well as Windows.
Ideally what we are trying to do is have NagiosXI give us a warning 14 days prior to expiration and a critical warning 7 days prior
to expiration.

Thanks!
by cjsGSB
Wed Jun 12, 2019 2:22 pm
Forum: Nagios Log Server
Topic: problems with creating a NFS snapshot repository
Replies: 3
Views: 247

Re: problems with creating a NFS snapshot repository

Yes access is allowed. Looking in /var/log/messages, there where errors related to: rpc.mountd:refused mount request from X.X.X.X ------------: illegal port 50001 All I needed to do was edit the /etc/exports file by adding the insecure option: /mnt *(insecure,ro,sync,no_root_squash) First time I ran...