Search found 26 matches
- Thu Jan 07, 2016 2:58 pm
- Forum: Nagios XI
- Topic: Strange behavior from Solaris Agent
- Replies: 3
- Views: 236
Re: Strange behavior from Solaris Agent
To give an update, I found the issue. The Binary was looking for the nrpe.cfg in /opt/nagios instead of /usr/local/nagios/ which is where it is installed. This can be closed.
- Wed Dec 16, 2015 4:20 pm
- Forum: Nagios XI
- Topic: Strange behavior from Solaris Agent
- Replies: 3
- Views: 236
Strange behavior from Solaris Agent
Okay so we're running into the following issue: When trying to run a check from the XI interface we get the following for this one solaris host: COMMAND: /usr/local/nagios/libexec/check_nrpe -H sammdc01 -c check_load -a 5.0,5.0,5.0 10.0,9.0,8.0 OUTPUT: CHECK_NRPE: Error - Could not complete SSL hand...
- Tue Oct 20, 2015 11:34 am
- Forum: Nagios XI
- Topic: Issues installing the XI Solaris Agent
- Replies: 3
- Views: 304
Re: Issues installing the XI Solaris Agent
No, that is the full output I received.
- Wed Oct 14, 2015 11:08 am
- Forum: Nagios XI
- Topic: Issues installing the XI Solaris Agent
- Replies: 3
- Views: 304
Issues installing the XI Solaris Agent
Hi all, Having issues install the agent on some of our 5.10 solaris boxes: Do you want to continue with the installation of <SMCtop> [y,n,?] Using </usr/local> as the package base directory. ## Processing package information. ## Processing system information. 4 package pathnames are already properly...
- Thu Aug 27, 2015 12:48 pm
- Forum: Nagios XI
- Topic: Alert info being truncated by Hipchat notfications.
- Replies: 28
- Views: 1314
Re: Alert info being truncated by Hipchat notfications.
Thanks, that looks like it corrected the truncating issue. Couple of questions though; If the email notifications were disabled in the Notification preferences, why was my user still receiving notifications? Why isn't there some sort of inheritance between the Contact Management and Notification pre...
- Tue Aug 25, 2015 4:26 pm
- Forum: Nagios XI
- Topic: Alert info being truncated by Hipchat notfications.
- Replies: 28
- Views: 1314
Re: Alert info being truncated by Hipchat notfications.
notify-host-by-email /usr/bin/printf "%b" "***** Nagios Monitor XI Alert *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /bin/mail -s "** $NOTIFICATIONTYPE$ Hos...
- Tue Aug 25, 2015 1:38 pm
- Forum: Nagios XI
- Topic: Alert info being truncated by Hipchat notfications.
- Replies: 28
- Views: 1314
Re: Alert info being truncated by Hipchat notfications.
Let's try this to make sure that the template is actually being applied: Try this template, have it generate an email, see if the text Long: is even shown in the email. ***** Nagios XI Alert ***** %alertsummary% Notification Type: %type% Service: %service% Host: %host% Address: %hostaddress% State:...
- Tue Aug 25, 2015 9:38 am
- Forum: Nagios XI
- Topic: Alert info being truncated by Hipchat notfications.
- Replies: 28
- Views: 1314
Re: Alert info being truncated by Hipchat notfications.
Something isn't adding up. Your template shows ***** Nagios XI Alert ***** but the email you receive shows ***** Nagios Monitor XI Alert ***** which is defined by the notify-host-by-email command. You likely need to make your contact use the xi_host_notification_handler and xi_service_notification_...
- Tue Aug 25, 2015 9:37 am
- Forum: Nagios XI
- Topic: Alert info being truncated by Hipchat notfications.
- Replies: 28
- Views: 1314
Re: Alert info being truncated by Hipchat notfications.
It is not showing up, related; The email template is applied as default to all users and the contacts have notify-service-by-email and xi_service_notification_handle as their notification commands.
- Tue Aug 25, 2015 8:41 am
- Forum: Nagios XI
- Topic: Alert info being truncated by Hipchat notfications.
- Replies: 28
- Views: 1314
Re: Alert info being truncated by Hipchat notfications.
Using %longserviceoutput% doesn't help: ***** Nagios Monitor XI Alert ***** Notification Type: PROBLEM Service: check_certs_ns_PROD Host: <HOST> Address: <IP_ADDRESS> State: CRITICAL Date/Time: Tue Aug 25 13:37:48 GMT 2015 Additional Info: Critical Cert_01.crt will expire in 0 days Here is the Templ...