HOST switches the current context to a specific host.
(guid string)
| 144 | |
| 145 | // HOST switches the current context to a specific host. |
| 146 | func (a *API) HOST(guid string) { |
| 147 | _, _ = a.Write([]byte("HOST " + "'" + guid + "'\n\n")) |
| 148 | } |
| 149 | |
| 150 | // FUNCRESULT writes a function result to Netdata. |
| 151 | func (a *API) FUNCRESULT(result FunctionResult) { |