Search found 3722 matches

by mcapra
Mon Aug 07, 2017 8:20 am
Forum: Nagios Log Server
Topic: Logstash stopping abruptly
Replies: 8
Views: 1729

Re: Logstash stopping abruptly

We would need the complete historical logs during the event from each node to be able to say for sure what caused it. Typically, it's either network issues or some instability on one or many nodes that causes them to crash.
by mcapra
Fri Aug 04, 2017 10:30 am
Forum: Open Source Nagios Projects
Topic: Nagios Core with 64bit windows machine
Replies: 12
Views: 7441

Re: Nagios Core with 64bit windows machine

Can you share any documentation you are following? Nagios Core is only meant to be installed on Linux based systems.

Or if you are having troubles installing Nagios Core on a 64-bit Virtual Machine, you might check your motherboard's BIOS setting specific to virtualization.
by mcapra
Fri Aug 04, 2017 8:40 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Logo change
Replies: 4
Views: 5693

Re: Nagios Core Logo change

Replacing /usr/local/nagios/share/images/sblogo.png worked fine for me:
2017_08_04_08_41_18_Nagios_Core_on_10.35.6.255.png
Have you made sure to do a hard-refresh from your web browser to clear out any cached images? Typically CTRL+F5 does the trick.
by mcapra
Thu Aug 03, 2017 3:04 pm
Forum: Nagios XI
Topic: About backup and restore Nagios
Replies: 7
Views: 1521

Re: About backup and restore Nagios

You may find this documentation useful:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
by mcapra
Thu Aug 03, 2017 2:14 pm
Forum: Open Source Nagios Projects
Topic: Email Notification - Is there a way to display the error?
Replies: 11
Views: 3498

Re: Email Notification - Is there a way to display the error

I'm actually looking for the command that produces this output: WARNING - (1 warnings) - 08-01 20:36:37.553 Not the command you are using for your notifications. Again, the various OUTPUT macros rely completely and entirely on what the plugin gives you, so it's valuable to know what, if anything, a ...
by mcapra
Thu Aug 03, 2017 12:56 pm
Forum: Open Source Nagios Projects
Topic: check_wmi_plus / wmic NT code 0xc002001b
Replies: 6
Views: 6382

Re: check_wmi_plus / wmic NT code 0xc002001b

You might also try altering your check_wmi_plus command to leverage the --forcetruncateoutput argument. By default, this plugin will truncate the data received at 8192 bytes. You might bump it up to something like 65536 instead. I don't have a lab setup readily available, but it might look something...
by mcapra
Thu Aug 03, 2017 11:13 am
Forum: Nagios XI
Topic: MSSQL Query Error since plugin updated
Replies: 2
Views: 157

Re: MSSQL Query Error since plugin updated

This is a major change between 0.7.8 and 0.8.0:

Code: Select all

#   Version 0.7.9 - 2016/05/26
#   - Changed from deprecated mssql functions to PDO
Try a yum install php-pdo php-mssql and see if that gets 0.8.0 running. If it doesn't, can you share the output of the previously executed yum command?
by mcapra
Thu Aug 03, 2017 10:53 am
Forum: Open Source Nagios Projects
Topic: Email Notification - Is there a way to display the error?
Replies: 11
Views: 3498

Re: Email Notification - Is there a way to display the error

I want a more detailed message of the error. Is there a way to edit the SERVICEOUTPUT response to display what the warning is?. Try $LONGSERVICEOUTPUT$ . Those macros only return whatever the plugin your check uses returned to stdout . If your plugin isn't returning specific enough data, there's no...
by mcapra
Thu Aug 03, 2017 9:55 am
Forum: Open Source Nagios Projects
Topic: nsclient secure passowrd
Replies: 4
Views: 2023

Re: nsclient secure passowrd

It looks like this functionality has been removed with recent versions (like 0.5.x):

Code: Select all

2015-10-27 Michael Medin
 * Removed encrypt from the API has it has not been implemented for some time
From:
https://github.com/mickem/nscp/blob/mas ... gelog#L581
by mcapra
Thu Aug 03, 2017 9:49 am
Forum: Nagios Log Server
Topic: Check PRI
Replies: 6
Views: 165

Re: Check PRI

The last time I helped setup asterisk logs, it was a simple matter of pointing the system's syslog daemon (syslog-ng in this case) to the Asterisk log files. Under the big green "+ Log Source" button in Nagios Log Server (from the index and Administration pages if memory serves), there sho...