Skip to content

Watchdog application for linux with an optional GTK interface

License

Notifications You must be signed in to change notification settings

underdoeg/Watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Watchdog application for linux with an optional GTK interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages