Actions
Bug #854
closedUnable to access web config interface for package NRPEv2
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');
Updated by Jim Pingle almost 15 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:"081a2b6b5f4fa1627bf544a3553c9b6419426464".
Updated by Chris Buechler about 14 years ago
- Status changed from Feedback to Resolved
Actions