https://github.com/thingsym/status
simple server report script
https://github.com/thingsym/status
Last synced: 3 months ago
JSON representation
simple server report script
- Host: GitHub
- URL: https://github.com/thingsym/status
- Owner: thingsym
- License: gpl-3.0
- Created: 2015-01-03T08:36:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T14:08:23.000Z (over 7 years ago)
- Last Synced: 2024-12-29T22:40:50.017Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# status.sh
status.sh is simple server report script.
##Usage
1. download script
2. set permission
chmod 755 /path/to/dir/status/status.sh
3. run script
/path/to/dir/status/status.sh
##Usage in cron
crontab -e
Setting an example to send the report mail twice a day.
MAILTO=hoge@example.com
59 11,23 * * * /path/to/dir/status/status.sh
## License
distributed under [GPLv2](https://www.gnu.org/licenses/gpl-2.0.html).
## Author
[thingsym](https://github.com/thingsym)
Copyright (c) 2015 thingsym