Search found 2580 matches

by jdalrymple
Thu Nov 05, 2015 2:01 pm
Forum: Nagios XI
Topic: SSH Scheduled Backups
Replies: 31
Views: 1161

Re: SSH Scheduled Backups

Set this variable somewhere near the top of your /usr/local/nagiosxi/html/config.inc.php:

Code: Select all

// Increase backup timeout
$cfg['backup_timeout'] = 3600
by jdalrymple
Thu Nov 05, 2015 1:00 pm
Forum: Nagios XI
Topic: Issue on HP-UX 10.20 plugin configuration
Replies: 16
Views: 1646

Re: Issue on HP-UX 10.20 plugin configuration

Try replacing your configure.ac with the attached file, then run through the process again and see if it completes.
by jdalrymple
Thu Nov 05, 2015 10:03 am
Forum: Nagios XI
Topic: linux-nrpe-agent.tar.gz installation
Replies: 8
Views: 532

Re: linux-nrpe-agent.tar.gz installation

1) The daemon logs to syslog, disabled by default. 2) nagios-plugins is 6.7 MB installed, nrpe is 143KB, check_nrpe is 76KB, nrpe.cfg is about 8KB - total a bit over 7 MB . I would leave extra space for your nrpe.cfg to grow and for custom plugins. 3) Your syslog configuration is where you'll have t...
by jdalrymple
Thu Nov 05, 2015 9:49 am
Forum: Nagios XI
Topic: Multiple Nagios Processes
Replies: 7
Views: 605

Re: Multiple Nagios Processes

Thanks for this. Will it be added to the Nagios distribution so that these changes don't get blown away with any future updates? F My fix is just that - *my* fix. It's pretty barbaric, but at the same time I'm not a programmer and don't know any magic to go back in and kill off the lagging subproce...
by jdalrymple
Wed Nov 04, 2015 6:11 pm
Forum: Nagios XI
Topic: SSH Scheduled Backups
Replies: 31
Views: 1161

Re: SSH Scheduled Backups

upgrading your prod env is definitely going to be a monster... that's not going to be the solution to this problem. Can you run the following for me bosecorp: `cd /usr/local/nagiosxi/scripts; time backup_xi.sh` Just want to see how long the backup takes. I have a hunch of why this is happening, once...
by jdalrymple
Wed Nov 04, 2015 6:05 pm
Forum: Nagios XI
Topic: Updating Units in RRD graphs
Replies: 11
Views: 746

Re: Updating Units in RRD graphs

I don't think changing units (multipliers more properly) is going to be possible. Changing thresholds is pretty straightforward - is that all you're looking to do? I wish multipliers weren't added to the perfdata to begin with :( the graphers know how to handle multipliers for you, basic units (byte...
by jdalrymple
Wed Nov 04, 2015 5:59 pm
Forum: Open Source Nagios Projects
Topic: Passive checks passing Haproxy to CORE
Replies: 11
Views: 5794

Re: Passive checks passing Haproxy to CORE

I am now getting the passive checks showing up in my core log, but with an error... [11-04-2015 13:42:35] Error: Got check result for service 'Memory_Usage' on host 'monitor.domain.tld'. Unable to find service I have renamed the service i am trying to get a passive check to Memory_Usage along with ...
by jdalrymple
Wed Nov 04, 2015 5:37 pm
Forum: Nagios XI
Topic: Issue on HP-UX 10.20 plugin configuration
Replies: 16
Views: 1646

Re: Issue on HP-UX 10.20 plugin configuration

Please send me your configure.ac file and I'll try to craft up a patch for you.
by jdalrymple
Wed Nov 04, 2015 5:22 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.1.1 Web interface slow/sluggish
Replies: 12
Views: 4818

Re: Nagios Core 4.1.1 Web interface slow/sluggish

I personally haven't seen that behavior at all. No sluggishness whatsoever on my CentOS7 + 4.1.1 system, and that includes functioning SSL security. 2 things to take a look at: 1) Top when you're loading a typically slow page 2) Firebug or Chrome debugger or something indicating what the browser is ...