Project

General

Profile

Actions

Bug #854

closed

Unable to access web config interface for package NRPEv2

Added by Claude Durocher over 15 years ago. Updated over 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/27/2010
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
1.2.3
Affected Plus Version:
Affected Architecture:

Description

NRPEv2 package : in web interface when accessing Services-NRPEv2, I get :

Fatal error: Cannot redeclare filter_pflog_start() (previously declared in /etc/inc/filter.inc:49) in /etc/inc/filter.inc on line 48

Solved by editing file : /usr/local/pkg/nrpe2.inc

line :

require('filter.inc');

replace with :

require_once('filter.inc');

Actions

Also available in: Atom PDF