Cachet is now a Laravel 5 app
This commit is contained in:
Executable
+59
@@ -0,0 +1,59 @@
|
||||
<?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',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user