Search found 9 matches

by csayre
Fri Mar 04, 2016 10:49 am
Forum: Nagios XI
Topic: Change SNMP data
Replies: 11
Views: 2856

Re: Change SNMP data

Im not 100% sure how to do that, I will have to do some research and figure out how to write the script.
by csayre
Fri Mar 04, 2016 10:21 am
Forum: Nagios XI
Topic: Change SNMP data
Replies: 11
Views: 2856

Re: Change SNMP data

Do you want to check the input voltage to your UPS or the battery voltage, or both? Both What OID are you using to monitor the input voltage? 1.3.6.1.4.1.318.1.1.1.3.3.1.0 Can you run the following and post the output? SNMP OK - 1237 | iso 3.6.1.4.1.318.1.1.1.3.3.1.0=1237 https://dl.dropboxuserconte...
by csayre
Thu Mar 03, 2016 9:29 am
Forum: Nagios XI
Topic: Change SNMP data
Replies: 11
Views: 2856

Re: Change SNMP data

I am using nagios xi currently under an evaluation license. The command that I am using is check_xi_service_snmp. Here is the test output. COMMAND: /usr/local/nagios/libexec/check_snmp -H 10.2.50.251 -o 1.3.6.1.4.1.318.1.1.1.2.3.4.0 -C snmpstring -P 1 -l "Battery Actual Voltage" -u "V...
by csayre
Wed Mar 02, 2016 9:10 am
Forum: Nagios XI
Topic: Change SNMP data
Replies: 11
Views: 2856

Re: Change SNMP data

hsmith wrote:If you check it from the command line, is the value correct?

No it is returning 1225
by csayre
Tue Mar 01, 2016 8:21 am
Forum: Nagios XI
Topic: Change SNMP data
Replies: 11
Views: 2856

Change SNMP data

Hello,

I am having a problem configuring snmp to monitor a UPS. The monitoring works, but it displays data improperly. For example, SNMP OK - Input Voltage 1227 Volts should be 122.7 Volts.

Is there any way to fix this?
by csayre
Thu Jan 07, 2016 9:26 am
Forum: Open Source Nagios Projects
Topic: Nagios Giving 500 Server error after ldap integration
Replies: 6
Views: 3960

Re: Nagios Giving 500 Server error after ldap integration

Package mod_ldap-2.4.6-40.el7.centos.x86_64 already installed and latest version /var/log/error_log AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message [Mon Jan 04 14:52:5...
by csayre
Mon Jan 04, 2016 4:53 pm
Forum: Open Source Nagios Projects
Topic: Nagios Giving 500 Server error after ldap integration
Replies: 6
Views: 3960

Re: Nagios Giving 500 Server error after ldap integration

http://wellsie.net/p/380/ instructions for ldap, I did have to remove this line: AuthzLDAPAuthoritative off

It was creating errors when starting httpd.
by csayre
Mon Jan 04, 2016 4:52 pm
Forum: Open Source Nagios Projects
Topic: Nagios Giving 500 Server error after ldap integration
Replies: 6
Views: 3960

Re: Nagios Giving 500 Server error after ldap integration

Latest version of core 4.1.1 and centos7.
by csayre
Mon Jan 04, 2016 3:15 pm
Forum: Open Source Nagios Projects
Topic: Nagios Giving 500 Server error after ldap integration
Replies: 6
Views: 3960

Nagios Giving 500 Server error after ldap integration

Hello, I am having an issue authenticating with Nagios after setting up ldap. I was hoping that some one could help me out. /etc/httpd/conf.d/nagios # SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER # # This file contains examples of entries that need # to be incorporated into your Apache web server # ...