Search found 24 matches
- Mon Mar 14, 2016 6:45 pm
- Forum: Nagios Log Server
- Topic: Filter date-time range
- Replies: 3
- Views: 929
Re: Filter date-time range
Ahh... I kept trying to find a way to edit the box under 'filtering'. I only feel somewhat blind now! Thank you!
- Mon Mar 14, 2016 1:20 pm
- Forum: Nagios Log Server
- Topic: Filter date-time range
- Replies: 3
- Views: 929
Filter date-time range
I need to view events from a specific IP/host for a time range of two hours.
I've tried filtering on @timestamp using ["2016-03-10T20:00:00.000Z" TO "2016-03-10T22:00:00.000Z"] but that does not appear to work, nor does it if I remove the "Z".
I've tried filtering on @timestamp using ["2016-03-10T20:00:00.000Z" TO "2016-03-10T22:00:00.000Z"] but that does not appear to work, nor does it if I remove the "Z".
- Tue Mar 08, 2016 2:55 pm
- Forum: Nagios Log Server
- Topic: Alerting Best Practice documents
- Replies: 1
- Views: 251
Alerting Best Practice documents
Are there any documents on best practices for alerting? By that I mean a single document that lists what would normally indicate things like accounts locked out, multiple bad password attempts, service failures, changes to Windows security policies, etc. and a threshold for sending the alerts. We, l...
- Mon Mar 07, 2016 1:15 pm
- Forum: Nagios Log Server
- Topic: Backups not running
- Replies: 3
- Views: 432
Re: Backups not running
Thanks Jesse. First I found that /store/backups didn't exist, so I added that and gave it to the nagios user. I then reset the permissions on the directory for the archive/snapshots, and it all seems good. For some reason the backup_maintenance command wasn't running, so I ran it manually from the i...
- Mon Mar 07, 2016 10:58 am
- Forum: Nagios Log Server
- Topic: Backups not running
- Replies: 3
- Views: 432
Backups not running
jobs.log shows this when we attempt to run backups: Running command do_backups with args ' ' for job id: backups SUCCESS Running command create_backup with args ' ' for job id: AVNRx2vvGIModds_jQW8 cp: cannot stat ‘/usr/local/nagioslogserver/snapshots/*.tar.gz’: No such file or directory SUCCESS I'v...
- Fri Sep 18, 2015 2:07 pm
- Forum: Nagios XI
- Topic: Move Nagios XI Enterprise to new VM
- Replies: 4
- Views: 570
Re: Move Nagios XI Enterprise to new VM
We're currently on CentOS 6.7 x64 in a gen1 Hyper-V VM, going to CentOS 7 x64 in a gen2 Hyper-V VM... I'm going to do a test run over the weekend to see how it goes.
- Thu Sep 17, 2015 7:45 am
- Forum: Nagios XI
- Topic: Move Nagios XI Enterprise to new VM
- Replies: 4
- Views: 570
Move Nagios XI Enterprise to new VM
We are migrating all of our VMs to Hyper-V Generation 2 VMs. All of our Linux-based workloads are moving to CentOS 7 on those VMs.
Is there any documentation on the best way to move the configuration and data for Nagios XI Enterprise from one VM to another?
Is there any documentation on the best way to move the configuration and data for Nagios XI Enterprise from one VM to another?
- Tue Aug 11, 2015 12:41 pm
- Forum: Nagios Fusion
- Topic: Fusion upgrade to 2014r1.1 sits at "Update in progress"
- Replies: 5
- Views: 812
Fusion upgrade to 2014r1.1 sits at "Update in progress"
We've applied the update to 2014r1.1 through the browser interface. Fusion now says an update is available, and when we access the "Check for Updates" page in the browser interface, we get this: "Update in progress. Please wait. Update may take a few minutes." HOWEVER... the log ...
- Tue Mar 18, 2014 3:52 pm
- Forum: Nagios XI
- Topic: check_http cannot make ssl connection with enterprise CA
- Replies: 3
- Views: 890
Re: check_http cannot make ssl connection with enterprise CA
wget https://wsus --2014-03-18 16:47:06-- https://wsus/ Resolving wsus... X.X.X.X Connecting to wsus|X.X.X.X|:443... connected. Unable to establish SSL connection. ./check_http -H wsus -S -vvv CRITICAL - Cannot make SSL connection GET / HTTP/1.0 User-Agent: check_http/v2053 (nagios-plugins 1.4.13) C...
- Tue Mar 18, 2014 2:37 pm
- Forum: Nagios XI
- Topic: check_http cannot make ssl connection with enterprise CA
- Replies: 3
- Views: 890
check_http cannot make ssl connection with enterprise CA
We have a Windows Server 2012 R2 enterprise CA that we use to issue certificates to our internal servers (WSUS, etc). When we attempt to use check_http to confirm that the web service is accepting tcp/443 https connections, we get: [root@monitor-hq-01 libexec]# ./check_http -H wsus -S -v CRITICAL - ...