Machines
{{name}}
{{view Mist.userMenuView}}
{{#if enablingMonitoring}}
{{#unless pendingMonitoring}}
Enabling monitoring. Please wait
{{/unless}}
{{/if}}
{{#if disablingMonitoring}}
Disabling monitoring. Please wait
{{/if}}
{{#if pendingStats}}
Fetching stats...
{{/if}}
Monitoring
{{#if hasMonitoring}}
{{#unless pendingMonitoring}}
{{#if pendingFirstData}}
Waiting for data
{{/if}}
{{view Mist.monitoringView}}
{{#each view.rules}}
{{view Mist.ruleView ruleBinding="this"}}
{{/each}}
{{#if Mist.rulesController.creationPending}}
{{/if}}
{{/unless}}
{{else}}
Monitoring is currently disabled
Enable
{{#if Mist.machineManualMonitoringController.gettingCommand}}
{{/if}}
{{/if}}
Basic Info
Last probed |
{{#if probing}}
probing...
{{else}}
{{view.lastProbe}}
{{/if}}
|
{{#if probed}}
Up and running for |
{{view.upFor}} |
{{/if}}
{{#if loadavg}}
Load |
{{loadavg}} - {{loadavg5}}
|
{{/if}}
{{#if latency}}
Latency |
{{latency}}ms |
{{/if}}
{{#if loss}}
Packet loss |
{{loss}} |
{{/if}}
{{#if tags}}
Tags |
{{#each tags}}
{{this}}
{{/each}}
|
{{/if}}
{{#each view.basicInfo}}
{{key}} |
{{value}} |
{{/each}}
{{#if view.metadata}}
{{/if}}
{{view Mist.messageboxView}}
{{view Mist.machineKeysView}}
{{view Mist.machineTagsView}}
{{view Mist.machineShellView}}
{{view Mist.machinePowerView}}
{{view Mist.confirmationDialog}}
{{view Mist.machineManualMonitoringView}}
Command
{{view Ember.TextArea
valueBinding="Mist.rulesController.command"
name="rule-command-content"}}