diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-02 12:52:16 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-08 23:23:13 +0100 |
commit | 64daaf148cd59bf19942014bc754992b6bc6d86d (patch) | |
tree | 816bf5c7180283cd43d0c19ef15e2815a097aab6 /src | |
parent | 12e08090358383c5678417ae8929fca1f03ca8bc (diff) |
Rename to statusserver
Diffstat (limited to 'src')
-rw-r--r-- | src/statusreport.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusreport.erl b/src/statusreport.erl index cd5bb5a..63414cd 100644 --- a/src/statusreport.erl +++ b/src/statusreport.erl @@ -112,7 +112,7 @@ encode_status({multi, Statuses}) -> send(Service, Statusreports, Nodename) -> lager:debug("reporting status to ~p: ~p", [Service, Statusreports]), - [NodeAddress] = plopconfig:get_env(statsservers, []), + [NodeAddress] = plopconfig:get_env(statusservers, []), DebugTag = "statusreport", URL = NodeAddress ++ Service, Headers = [{"Content-Type", "text/json"}], |