|
@@ -18,7 +18,7 @@ chmod 600 /etc/sensu/conf.d/sensu_license.json
|
|
|
# see vault engineering/sensu/sensu-prod
|
|
|
vim /root/sensu-password
|
|
|
|
|
|
-sensuctl configure -n --username 'admin' --password $( cat /root/sensu-password ) --namespace default --insecure-skip-tls-verify --url 'https://127.0.0.1:8080'
|
|
|
+sensuctl configure -n --username 'admin' --password $( cat /root/sensu-password ) --namespace default --insecure-skip-tls-verify --url 'https://127.0.0.1:8080'
|
|
|
sensuctl license info
|
|
|
sensuctl create --file /etc/sensu/conf.d/sensu_license.json
|
|
|
sensuctl license info --format tabular
|