Difference between revisions of "Sensu"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Draft}}
+
[[wikipedia:Sensu]] delivers monitoring as code on any cloud.
 +
* https://www.sensu.io/
  
 +
== Installation ==
 +
[[curl -s]] https://packagecloud.io/install/repositories/sensu/stable/script.deb.sh | sudo bash
 +
sudo apt-get install sensu-go-backend
  
 +
== Help ==
 +
<pre>
 +
sensu-backend
 +
sensu backend
 +
 +
Usage:
 +
  sensu-backend [command]
 +
 +
Available Commands:
 +
  help        Help about any command
 +
  init        initialize a new sensu installation
 +
  start      start the sensu backend
 +
  upgrade    upgrade a sensu installation from 5.x to 6.x
 +
  version    Show the sensu-backend version information
 +
 +
Flags:
 +
  -h, --help  help for sensu-backend
 +
 +
Use "sensu-backend [command] --help" for more information about a command.
 +
</pre>
  
 
== See also ==
 
== See also ==
 +
* {{Sensu}}
 
* {{monitoring}}
 
* {{monitoring}}
  
  
 
[[Category:Monitoring]]
 
[[Category:Monitoring]]

Latest revision as of 17:32, 2 November 2022

wikipedia:Sensu delivers monitoring as code on any cloud.

Installation[edit]

curl -s https://packagecloud.io/install/repositories/sensu/stable/script.deb.sh | sudo bash
sudo apt-get install sensu-go-backend

Help[edit]

sensu-backend
sensu backend

Usage:
  sensu-backend [command]

Available Commands:
  help        Help about any command
  init        initialize a new sensu installation
  start       start the sensu backend
  upgrade     upgrade a sensu installation from 5.x to 6.x
  version     Show the sensu-backend version information

Flags:
  -h, --help   help for sensu-backend

Use "sensu-backend [command] --help" for more information about a command.

See also[edit]

Advertising: