An open API service indexing awesome lists of open source software.

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

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