-
Notifications
You must be signed in to change notification settings - Fork 0
Walkthrough: Installing the System_Watchdog in 8 easy steps
jbaumann edited this page Jan 6, 2022
·
3 revisions
Even though I‘ve tried to put all the needed information to install your own System_Watchdog without problems, I understand that this is a lot of information to process. Providing a structured way through this might help you getting the system up and running as fast as possible.
So let us walk through the whole process step by step.
- Install the daemon that controls the system on the Raspberry Pi: Installation on the Raspberry Pi
- Understand and adapt the general section of the config file for the daemon: The [General] Section
- Understand the different Configuration Types.
- In the next step, set Primed to
unprimed
and start editing your first configuration. Use the option—-cfgfile
to experiment with settings in different files (see Command-line Options) - Running the System_Watchdog with the command-line option
--nodaemon
helps reading the output (see Command-line Options) - Slowly increment the value of Primed to see the actual results of the commands you have defined.
- When everything works as expected, set Primed back to
unprimed
and run System_Watchdog as a service. Watch the output in the system logs. - If everything works as expected, increment Primed again.