DISABLE disables this plugin. This will prevent Netdata from restarting the plugin.
()
| 114 | // DISABLE disables this plugin. |
| 115 | // This will prevent Netdata from restarting the plugin. |
| 116 | func (a *API) DISABLE() { |
| 117 | _, _ = a.Write([]byte("DISABLE\n")) |
| 118 | } |
| 119 | |
| 120 | // EMPTYLINE writes an empty line to the output. |
| 121 | func (a *API) EMPTYLINE() error { |