mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
60 lines
1.7 KiB
PHP
Executable File
60 lines
1.7 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
// Components
|
|
'components' => [
|
|
'status' => [
|
|
1 => 'crwdns265:0crwdne265:0',
|
|
2 => 'crwdns293:0crwdne293:0',
|
|
3 => 'crwdns294:0crwdne294:0',
|
|
4 => 'crwdns295:0crwdne295:0',
|
|
],
|
|
],
|
|
|
|
// Incidents
|
|
'incidents' => [
|
|
'none' => 'crwdns430:0crwdne430:0',
|
|
'past' => 'crwdns296:0crwdne296:0',
|
|
'previous_week' => 'crwdns297:0crwdne297:0',
|
|
'next_week' => 'crwdns298:0crwdne298:0',
|
|
'none' => 'crwdns430:0crwdne430:0',
|
|
'scheduled' => 'crwdns438:0crwdne438:0',
|
|
'scheduled_at' => 'crwdns439:0crwdne439:0',
|
|
'status' => [
|
|
0 => 'crwdns440:0crwdne440:0', // TODO: Hopefully remove this.
|
|
1 => 'crwdns299:0crwdne299:0',
|
|
2 => 'crwdns300:0crwdne300:0',
|
|
3 => 'crwdns301:0crwdne301:0',
|
|
4 => 'crwdns302:0crwdne302:0',
|
|
],
|
|
],
|
|
|
|
// Service Status
|
|
'service' => [
|
|
'good' => 'crwdns9:0crwdne9:0',
|
|
'bad' => 'crwdns303:0crwdne303:0',
|
|
],
|
|
|
|
'api' => [
|
|
'regenerate' => 'crwdns271:0crwdne271:0',
|
|
'revoke' => 'crwdns304:0crwdne304:0',
|
|
],
|
|
|
|
// Metrics
|
|
'metrics' => [
|
|
'filter' => [
|
|
'hourly' => 'crwdns441:0crwdne441:0',
|
|
'daily' => 'crwdns442:0crwdne442:0',
|
|
'monthly' => 'crwdns443:0crwdne443:0',
|
|
],
|
|
],
|
|
|
|
// Other
|
|
'powered_by' => 'crwdns11:0crwdne11:0',
|
|
'about_this_site' => 'crwdns150:0crwdne150:0',
|
|
'rss-feed' => 'crwdns273:0crwdne273:0',
|
|
'atom-feed' => 'crwdns274:0crwdne274:0',
|
|
'feed' => 'crwdns275:0crwdne275:0',
|
|
|
|
];
|