summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d4345a)
raw | patch | inline | side by side (parent: 2d4345a)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 28 Jul 2008 09:05:39 +0000 (11:05 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 28 Jul 2008 09:05:39 +0000 (11:05 +0200) |
contrib/collection3/bin/json.cgi | patch | blob | history |
index 0dceb62870583f3d6f2afc4fc2dc999cc07cdb63..c2af61cbf1165210c234ae3c88a16e1ac2aaa9aa 100755 (executable)
use Data::Dumper;
-use Collectd::Graph::TypeLoader (qw(tl_read_config tl_load_type));
+use Collectd::Graph::Config (qw(gc_read_config));
+use Collectd::Graph::TypeLoader (qw(tl_load_type));
use Collectd::Graph::Common (qw(get_all_hosts get_files_for_host type_to_module_name));
use Collectd::Graph::Type ();
our $Debug = param ('debug') ? 1 : 0;
-tl_read_config ("$RealBin/../etc/collection3.conf");
+gc_read_config ("$RealBin/../etc/collection.conf");
if ($Debug)
{