0.2.0 • Published 4 years ago

@salto-io/monitoring v0.2.0

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
4 years ago

Salto - Monitoring

This project is a tool to monitor changes in a service

Build instructions

yarn ; yarn build

Configuration

monitoring {
  env = "envName"
  triggers = [
    {
      name = "example"
      title = "super cool title"
      elementIdsRegex = [
      	".*hello.*"
      ]
    },
  ]
  notifications = [
  	{
  	  type = "email"
  	  subject = "Salto | New Alert"
  	  from = "alerts@salto.io"
  	  to = [
  	  	"test@salto.io"
  	  ]
  	  triggers = [
  	  	"example"
  	  ]
  	}
  ]
  smtp = {
  	ssl = true
  	host = "smtp.gmail.com"
  	port = 465
  	username = "alerts@salto.io"
  	password = "supersecret"
  }
}

Run

./bin/salto_monitoring --workspace /path/to/workspace --env envName --config /path/to/config.nacl
0.2.0

5 years ago

0.1.41

5 years ago

0.1.40

5 years ago

0.1.39

5 years ago

0.1.38

5 years ago

0.1.37

5 years ago

0.1.36

5 years ago

0.1.35

5 years ago

0.1.34

5 years ago

0.1.33

5 years ago

0.1.32

5 years ago

0.1.31

5 years ago

0.1.30

5 years ago

0.1.29

5 years ago

0.1.28

5 years ago

0.1.27

5 years ago

0.1.26

5 years ago

0.1.25

5 years ago

0.1.24

5 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago