[Reconnoiter-users] check_status_archive_* getting data but not metric_numeric_archive_*
Sam Minnée
sam at silverstripe.com
Tue Apr 13 20:12:37 EDT 2010
Hi Theo,
Thanks for this, once I put that XML block inside the <filtersets> tag
it started delivering data!
Thanks,
Sam
On 2/04/2010, at 2:31 AM, Theo Schlossnagle wrote:
> There was a change in filtersets, the problem is likely on your noit
> with noit.conf
>
> If you have filterset="default" inherited by all the checks (which
> is articulated in the noit.conf.in)
>
> <filterset name="default">
> <rule type="deny" module="^ping_icmp$" metric="^(?:minimum|
> maximum|count)$" />
> <rule type="allow"/> <!-- This is the new important line -->
> </filterset>
>
> Filters are now default deny, so you need to add an allow at the end
> of the filterset to get the old behaviour.
More information about the Reconnoiter-users
mailing list