{{#if view.machine.hasMonitoring}} Disable {{else}} Enable {{/if}}
{{#if view.machine.hasMonitoring}}

Disable monitoring

{{else}}

Enable monitoring

{{/if}}
{{#if Mist.authenticated}} {{#if view.machine.hasMonitoring}} Are you sure you wish to disable monitoring for {{name}}? {{#unless hasKey}}

The collectd daemon can't be disabled automactically because there is no key pair set.

To do it manually run the following commands:

chmod -x /etc/init.d/collectd && killall -9 collectd
{{/unless}}
{{else}}
Are you sure you wish to enable monitoring for {{name}}?
{{#unless hasKey}}

The collectd daemon can't be installed automatically because there is no key pair set.

You will have to configure it manually by following the instructions after pressing enable.

{{/unless}}
{{/if}} {{else}}
In order to proceed you need to login to the premium mist.io service.
{{view Mist.TextField valueBinding="Mist.email" name="email" id="email"}} {{view Mist.TextField type="password" valueBinding="Mist.password" name="password" id="password"}}
{{/if}}