{
	"system": "lucos_backups",
	"title": "Backups",
	"ci": {
		"circle": "gh/lucas42/lucos_backups"
	},
	"checks": {
		"volume-config": {
			"techDetail": "Whether any docker volumes found on hosts aren't in lucos_configy",
			"ok": true,
			"dependsOn": "lucos_configy"
		},
		"volume-host": {
			"techDetail": "Whether any volumes in lucos_configy aren't found on at least one host",
			"ok": true,
			"dependsOn": "lucos_configy"
		},
		"data-age": {
			"techDetail": "Whether the data being used to track backups is more than 2 hours old",
			"ok": true
		},
		"host-tracking-failures": {
			"techDetail": "Whether any hosts' tracking failed on the last run",
			"ok": true
		},
		"backup-without-original": {
			"techDetail": "Whether any backups exist for volumes that are no longer present on their source host",
			"ok": true
		},
		"disk-space-aurora": {
			"techDetail": "Whether more than 95% of disk space has been used on the host \"aurora.local\"",
			"ok": true
		},
		"disk-space-avalon": {
			"techDetail": "Whether more than 95% of disk space has been used on the host \"avalon.s.l42.eu\"",
			"ok": true
		},
		"disk-space-salvare": {
			"techDetail": "Whether more than 95% of disk space has been used on the host \"salvare.s.l42.eu\"",
			"ok": true
		},
		"disk-space-xwing": {
			"techDetail": "Whether more than 95% of disk space has been used on the host \"xwing.s.l42.eu\"",
			"ok": true
		}
	},
	"metrics": {
		"host-count": {
			"techDetail": "The number of hosts being tracked for backups",
			"value": 4
		},
		"volume-count": {
			"techDetail": "The number of docker volumes found across all hosts",
			"value": 32
		},
		"disk-used-aurora": {
			"techDetail": "Percentage of total disk space used on host \"aurora.local\"",
			"value": 73
		},
		"disk-used-avalon": {
			"techDetail": "Percentage of total disk space used on host \"avalon.s.l42.eu\"",
			"value": 17
		},
		"disk-used-salvare": {
			"techDetail": "Percentage of total disk space used on host \"salvare.s.l42.eu\"",
			"value": 61
		},
		"disk-used-xwing": {
			"techDetail": "Percentage of total disk space used on host \"xwing.s.l42.eu\"",
			"value": 52
		}
	},
	"icon": "/icon.png",
	"network_only": true,
	"show_on_homepage": true
}

