Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:spatie/uptime-monitor-app
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 19, 2017
2 parents 70caa6b + 2f754ba commit 994dc07
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to `uptime-monitor-app` will be documented in this file

## 1.0.0 - 2016-12-XX
## 1.0.0 - 2016-12-12

- initial release
- initial release
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2016 Spatie bvba <[email protected]>
Copyright (c) 2017 Spatie bvba <[email protected]>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 4 additions & 2 deletions laravel/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
UPTIME_MONITOR_SLACK_WEBHOOK_URL

APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
Expand All @@ -20,3 +18,7 @@ MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=

UPTIME_MONITOR_SLACK_WEBHOOK_URL=
4 changes: 2 additions & 2 deletions laravel/app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
// $schedule->command('inspire')
// ->hourly();
$schedule->command('monitor:check-uptime')->everyMinute();
$schedule->command('monitor:check-certificate')->twiceDaily();
}

/**
Expand Down

0 comments on commit 994dc07

Please sign in to comment.