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.
- libconfig++
- pstreams
- boost filesystem
- libCURL
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.