-Steps
- Open Teams application
- Select the desired channel that we need to connect
- Once done, there will be three horizontal dots when clicked leads to three drop down options
- In that, Select "Connectors" option
- This will leads to a new window, In that select incoming webhooks
- On the right side of that, we can see a configure button. Click that.
- After clicking, Fill up the name of the webhook and upload an image related to the topic.
- And then click, "Create"
- Copy the generated URL and paste it on to the desired destination inorder to connect Teams via webhook.
-Steps
- Download the rpm file from - wget https://dl.grafana.com/oss/release/grafana-5.4.3-1.x86_64.rpm . Cross check if this is the latest version
- Install the rpm via yum- sudo yum localinstall grafana-5.4.3-1.x86_64.rpm
- Start the service - sudo service grafana-server start
- Reload the daemon - systemctl daemon-reload
- Check the status and see whether its on active state - systemctl status grafana-server
- Enable the grafana service - sudo service grafana-server enable