Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 615 Bytes

Watchdog

Watchdog application for linux with an optional GTK interface. App output will be routed into daily log files that can optionally be uploaded onto an ftp server.

dependencies

  • libconfig++
  • pstreams
  • boost filesystem
  • libCURL

building

mkdir build
cd build
cmake ..
cp ../config.sample.cfg config.cfg
make

To build with the gtk interface, run cmake with cmake -DWITH_GTK_GUI=ON ..
The gui can still be deactivated by adding the --nogui argument.