Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.21 KB

server-monitoring-and-alerts.md

File metadata and controls

29 lines (22 loc) · 1.21 KB

Teams

Managing Webhooks : For managing Teams with webhooks, we need to do the following steps;

-Steps

  1. Open Teams application
  2. Select the desired channel that we need to connect
  3. Once done, there will be three horizontal dots when clicked leads to three drop down options
  4. In that, Select "Connectors" option
  5. This will leads to a new window, In that select incoming webhooks
  6. On the right side of that, we can see a configure button. Click that.
  7. After clicking, Fill up the name of the webhook and upload an image related to the topic.
  8. And then click, "Create"
  9. Copy the generated URL and paste it on to the desired destination inorder to connect Teams via webhook.

Nagios

Grafana

-Steps

  1. 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
  2. Install the rpm via yum- sudo yum localinstall grafana-5.4.3-1.x86_64.rpm
  3. Start the service - sudo service grafana-server start
  4. Reload the daemon - systemctl daemon-reload
  5. Check the status and see whether its on active state - systemctl status grafana-server
  6. Enable the grafana service - sudo service grafana-server enable

MS Teams Webhook Notifications