Skip to content

mmcquillan/hex-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hex Plugin - Local

Plugin to run commands locally.

{
  "rule": "local rule example",
  "match": "disk space",
  "actions": [
    {
      "type": "hex-local",
      "command": "df -h",
      "config": {
        "env": "MY_PATH=/tmp; MY_VAR=xyz",
        "dir": "/tmp"
      }
    }
  ]
}

About

Hex Plugin to Execute Locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages