Search found 13 matches

by page
Tue Jul 08, 2014 11:38 am
Forum: Nagios XI
Topic: Monitor Windows Servies
Replies: 2
Views: 276

Re: Monitor Windows Servies

That worked! I knew it was simple, thank you.
by page
Mon Jul 07, 2014 5:28 pm
Forum: Nagios XI
Topic: Monitor Windows Servies
Replies: 2
Views: 276

Monitor Windows Servies

Hopefully this will be an easy one. I am trying to monitor a Windows service via WMI using check_xi_service_wmiplus. I have successfully detected the state of the service (started or stopped) however, regardless of the state it still shows the status of the service as OK. It should be that if the se...
by page
Thu Mar 13, 2014 5:25 pm
Forum: Nagios XI
Topic: SNMPv3 Traps
Replies: 1
Views: 156

SNMPv3 Traps

I am now trying to configure SNMPv3 Traps and thought this might be an easy process as I was able to figure out the SNMPv3 queries from my earlier post (http://support.nagios.com/forum/viewtopic.php?f=6&t=25975 and http://support.nagios.com/forum/viewtopic.php?f=16&t=26034). If I understand ...
by page
Thu Mar 13, 2014 4:08 pm
Forum: Nagios XI
Topic: Get SNMPv3 via Nagios Web Interface
Replies: 9
Views: 1644

Re: Get SNMPv3 via Nagios Web Interface

Well I have decided to manually edit the "Monitor the service with this command..." line manually for now. I also want to provide the additional information as I assume that if you are using SNMPv3 you care a bit about security. One of the issues with the following line is that it assumes ...
by page
Wed Mar 12, 2014 1:30 pm
Forum: Nagios XI
Topic: Get SNMPv3 via Nagios Web Interface
Replies: 9
Views: 1644

Re: Get SNMPv3 via Nagios Web Interface

Okay, I think I have resolved this just a few minutes ago. I found another forum (http://support.nagios.com/forum/viewtopic.php?f=6&t=25460&start=10) with the same SSL errors: NP_VERSION = 1.5.git sslutils.c: In function ânp_net_ssl_init_with_hostname_version_and_certâ: sslutils.c:55: warnin...
by page
Wed Mar 12, 2014 11:40 am
Forum: Nagios XI
Topic: Get SNMPv3 via Nagios Web Interface
Replies: 9
Views: 1644

Re: Get SNMPv3 via Nagios Web Interface

I have tried this a few times and unfortunately it is not working. To recap what I have done, first I had to install automake via yum. Also I had one change to the commands that you provided. After the download of release-2.0.tar.gz, I had to rename it from release-2.0.tar.gz to nagios-plugins-relea...
by page
Tue Mar 11, 2014 4:25 pm
Forum: Nagios XI
Topic: Get SNMPv3 via Nagios Web Interface
Replies: 9
Views: 1644

Re: Get SNMPv3 via Nagios Web Interface

Thank you for the response. It is an x64 systme and I would prefer to go to version 2.0. If you could provide some documentation that would be great!

Thank you!
by page
Tue Mar 11, 2014 1:47 pm
Forum: Nagios XI
Topic: Get SNMPv3 via Nagios Web Interface
Replies: 9
Views: 1644

Get SNMPv3 via Nagios Web Interface

I am having an issue with setting up SNMP v3 checks with check_snmp on NagiosXI 2012R2.9. When I attempt to run snmpget from the command line using SNMP v3 I have no issue and it returns the proper value so I know that is working properly. When I trying to add a check using the Nagios SNMP Get wizar...
by page
Mon Mar 10, 2014 12:37 pm
Forum: Nagios XI
Topic: Setup SNMPv3
Replies: 4
Views: 2339

Re: Setup SNMPv3

I just want to follow up regarding setting up SNMP v3 in NagiosXI (2012R2.9). I believe this is what I had to to do in order to set this up: - Open the following file in your favorite text editor: /var/lib/net-snmp/snmpd.conf Such as: nano /var/lib/net-snmp/snmpd.conf - Add the following line to the...
by page
Fri Mar 07, 2014 4:54 pm
Forum: Nagios XI
Topic: Setup SNMPv3
Replies: 4
Views: 2339

Re: Setup SNMPv3

Just to update, I have been able to get SNMPv3 to work if I set the authentication and privacy protocol to none (noauthnopriv) yet when I try to add a authentication passphrase if fails.