This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"annotations": { | |
"list": [ | |
{ | |
"$$hashKey": "object:71", | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
######################################## PLEASE MODIFY THEASE PARAMETERS ######################################## | |
SM_DOMAIN="stream-manager.com" # Stream Manager domain name. It is using for API calls to get information about deployed nodes | |
SM_API_KEY="abc123" # Stream Manager API key. It is using for API calls to get information about deployed nodes | |
ENVIRONMENT="Prod" # Set your environment. This parameter could be using for select different environment in Grafana WEB applicatioon. | |
ADDITIONAL_TARGETS=(192.168.1.201 example.com) # In this array you can set additional target hosts like Stream Managers and etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |