Search found 12 matches

by paul.omalley
Wed Nov 03, 2021 10:34 am
Forum: Nagios XI
Topic: OS Upgrade Procedure
Replies: 1
Views: 227

OS Upgrade Procedure

Hello,
Is there a procedure for migrating our Nagios XI installation to a new VM?

We need to create a new Centos7 VM and migrate our Nagios XI data from CentOS6 to CentOS7..

Thanks,
Paul
by paul.omalley
Tue Dec 17, 2019 4:18 pm
Forum: Nagios XI
Topic: Windows process memory check
Replies: 1
Views: 303

Windows process memory check

Hello! I have some users that want to check Windows process memory usage. For example, they have a process named "nautilus.exe". They want to alert if memory usage falls below 10MB. Can check_ncpa "processes" module do this? Or does it require a custom plugin for NCPA? Thanks, Paul
by paul.omalley
Mon Jun 24, 2019 9:46 pm
Forum: Nagios XI
Topic: Monitoring EC2 Instances
Replies: 10
Views: 1272

Re: Monitoring EC2 Instances

Hi Scott:
Just getting back to this, I will download and try the updated plugin as soon as I can.

Thanks!
Paul
by paul.omalley
Wed Jun 19, 2019 3:05 pm
Forum: Nagios XI
Topic: Monitoring EC2 Instances
Replies: 10
Views: 1272

Re: Monitoring EC2 Instances

The check_ec2.py module returns those errors, but a aws cli describe-instances works fine aws ec2 describe-instances --query "Reservations[*].Instances[*].[InstanceId,ImageId,PrivateIpAddress,LaunchTime]" --output table /root/.local/lib/aws/lib/python2.6/site-packages/urllib3/util/ssl_.py:...
by paul.omalley
Wed Jun 19, 2019 2:42 pm
Forum: Nagios XI
Topic: Monitoring EC2 Instances
Replies: 10
Views: 1272

Re: Monitoring EC2 Instances

Running the verbose option gives the following output: /usr/local/nagios/libexec/check_ec2.py -k AKIAWASPRY4YWB3UIXZK -K u7LyyzLF0k/d2OU1whAzMAJOGGm/D+RLpHGh9Kow -g -v /usr/lib/python2.6/site-packages/urllib3/util/ssl_.py:369: SNIMissingWarning: An HTTPS request has been made, but the SNI (Server Na...
by paul.omalley
Wed Jun 19, 2019 2:37 pm
Forum: Nagios XI
Topic: Monitoring EC2 Instances
Replies: 10
Views: 1272

Re: Monitoring EC2 Instances

Excellent! thank you!

Paul
by paul.omalley
Wed Jun 19, 2019 2:06 pm
Forum: Nagios XI
Topic: Monitoring EC2 Instances
Replies: 10
Views: 1272

Re: Monitoring EC2 Instances

That begs the question, is the Nagios server supposed to have the AWS CLI libraries on it to successfully execute this wizard? Is there a listing of what software needs to be on the Nagios XI server to make this work?

Thanks,
Paul
by paul.omalley
Wed Jun 19, 2019 12:32 pm
Forum: Nagios XI
Topic: Monitoring EC2 Instances
Replies: 10
Views: 1272

Monitoring EC2 Instances

I just uploaded to a newer version of Nagios XI (5.6.2) and am trying to use the EC2 monitoring wizard. It asks for a Secret API Key and the Secret Passkey. I enter both values and click Get Instances, however, it says no instances can be found. I had the AWS admin generate this Secret Key informati...
by paul.omalley
Wed Jun 05, 2019 12:51 pm
Forum: Nagios XI
Topic: Monitoring new filesystems
Replies: 3
Views: 597

Re: Monitoring new filesystems

This is great information ! We have recently ordered Ansible and are in process of implementing. thanks!
by paul.omalley
Thu May 16, 2019 12:30 pm
Forum: Nagios XI
Topic: Monitoring new filesystems
Replies: 3
Views: 597

Monitoring new filesystems

Hello: I am reaching out to inquire about how I might be able to recognize a newly added local filesystem automatically and have a service added to monitor it using the NCPA agent? Basically, I want to do the following: 1) A new local filesystem /fs3 is added to server A 2) The 'check_disk' plugin r...