- Notifications
You must be signed in to change notification settings - Fork1
Shows server uptime, load, S.M.A.R.T status, and backup status
License
NotificationsYou must be signed in to change notification settings
openbroadcaster/status
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Uptime | Load | S.M.A.R.T | Status | Health
- copy config.sample.php to config.php
install smartmontools package
(optional) set up smartd to ensure adequate monitoring and email notifications:https://www.howtoforge.com/checking-hard-disk-sanity-with-smartmontools-debian-ubuntu
specify drives for smart status in config.php ($config['smart']).
run tools/smart.php once an hour (crontab as root) to update status displayed on ob server.
- specify drives for disk usage in config.php ($config['usage']).
specify backup descriptions and commands in config.php ($config['backup']).
run commands tools/backup.php COMMAND_INDEX on appropriate schequle (crontab as root).