scollector should talk to Bosun, not OpenTSDB
This commit is contained in:
parent
891c262e9a
commit
fb67616588
@ -44,11 +44,11 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
opentsdbHost = mkOption {
|
bosunHost = mkOption {
|
||||||
type = types.string;
|
type = types.string;
|
||||||
default = "localhost:4242";
|
default = "localhost:8070";
|
||||||
description = ''
|
description = ''
|
||||||
Host and port of the OpenTSDB database that will store the collected
|
Host and port of the bosun server that will store the collected
|
||||||
data.
|
data.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@ -70,7 +70,7 @@ in {
|
|||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${cfg.package}/bin/scollector -h=${cfg.opentsdbHost}
|
${cfg.package}/bin/scollector -h=${cfg.bosunHost}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user