Copyright © 2007-2014 Zuse Institute Berlin
Version: $Id$
Authors: Marie Hoffmann (hoffmann@zib.de).
load_aggregation() =
{AggId :: non_neg_integer(),
Pending :: non_neg_integer(),
Load :: non_neg_integer()}
message() = {ganglia_trigger}
| {ganglia_periodic}
| {ganglia_dht_load_aggregation,
DHTNode :: pid(),
AggId :: non_neg_integer(),
message()}
| {ganglia_vivaldi_confidence, pid(), message()}
| {fd_notify,
fd:event(),
PID :: comm:mypid(),
_Cookie :: {ganglia, AggId :: non_neg_integer()},
Reason :: fd:reason()}
state() =
{LastUpdated :: non_neg_integer(),
LoadAggregation :: load_aggregation()}
| check_config/0 | Checks whether config parameters of the ganglia process exist and are valid. |
| init/1 | |
| on/2 | |
| start_link/1 |
start_link(ServiceGroup :: pid_groups:groupname()) -> {ok, pid()}
init(X1 :: []) -> state()
check_config() -> boolean()
Checks whether config parameters of the ganglia process exist and are valid.
Generated by EDoc, Jul 23 2015, 22:20:35.