Nagios 3.4.1 - Search Paging, Wildcards

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
ericdives
Posts: 1
Joined: Thu Jun 07, 2012 12:45 pm
Location: Tampa, FL
Contact:

Nagios 3.4.1 - Search Paging, Wildcards

Post by ericdives »

They don't work.

If I do a search for:

blg-*

And I have, say, 300 hosts/devices that start that way, I can't page to the second (or third, or more) group of 100.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Nagios 3.4.1 - Search Paging, Wildcards

Post by mguthrie »

Saw this note on the tracker as well. We'll get a fix working in SVN for that soon.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Nagios 3.4.1 - Search Paging, Wildcards

Post by mguthrie »

A temporary hot fix that doesn't require recompiling would be to add the following to line 80 of side.php:

Code: Select all

<input type='hidden' name='limit' value='0' />
Locked