Skip to content

thexperiments/pimatic-watchdog-unix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Pimatic Watchdog Unix plugin

This plugin adds a simple watchdog to pimatic for unix based systems (as it is using bash)

It can do the following:

  • Check if pimatic process is still running
  • Check if pimatic is still reachable via webinterface
  • Restart pimatic if one of the above fails
  • Reboot the machine if restart of pimatic fails

Example config.json entries:

    {
      "plugin": "watchdog-unix",
      "processEnabled": true,
      "httpURL": "http://127.0.0.1:80/",
      "httpEnabled": true,
      "active": true
    },

About

This plugin adds a simple watchdog to pimatic for unix based systems (as it is using bash)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published