Skip to content

Commit

Permalink
* Fixup debug output in munin-limits (Brian De Wolf)
Browse files Browse the repository at this point in the history
* Add pipe and pipe_command in keyword list in Munin.pm (Brian De Wolf)
* Fill message structure in munin-limits correctly (Brian De Wolf)
  • Loading branch information
Nicolai Langfeldt committed Sep 16, 2008
1 parent 3f661f9 commit 80be0a3
Show file tree
Hide file tree
Showing 3 changed files with 1,376 additions and 15 deletions.
5 changes: 2 additions & 3 deletions server/Munin.pm.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Munin; # -*- perl -*-
package Munin; # -*- cperl -*-
#
# Copyright (C) 2003-2007 Jimmy Olsen, Audun Ytterdal
#
Expand All @@ -17,7 +17,6 @@ package Munin; # -*- perl -*-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#
#
# $Id$
#

Expand Down Expand Up @@ -99,7 +98,7 @@ my @legal = ("tmpldir", "ncsa", "ncsa_server", "ncsa_config", "rundir",
"tls_verify_certificate", "tls_verify_depth", "tls_ca_certificate",
"graph_data_size", "colour", "graph_printf", "ok", "unknown",
"palette", "realservname", "cdef_name", "graphable", "process",
"realname", "onlynullcdef", "group_order"
"realname", "onlynullcdef", "group_order", "pipe", "pipe_command"
);

my %legal_expanded = map { $_ => 1 } @legal;
Expand Down
Loading

0 comments on commit 80be0a3

Please sign in to comment.