https://github.com/skylinecommunications/slc-as-chatops-ptp
DataMiner ChatOps scripts
https://github.com/skylinecommunications/slc-as-chatops-ptp
dataminer dataminer-automation-script dataminer-bot
Last synced: 3 months ago
JSON representation
DataMiner ChatOps scripts
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-as-chatops-ptp
- Owner: SkylineCommunications
- License: mit
- Created: 2023-01-30T08:31:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T08:36:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T18:28:46.378Z (4 months ago)
- Topics: dataminer, dataminer-automation-script, dataminer-bot
- Language: C#
- Homepage:
- Size: 6.55 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SLC-AS-ChatOps-PTP
This repository contains an automation script solution with scripts that can be used to retrieve PTP information from your DataMiner system using the DataMiner Teams bot.
The following scrips are currently available:
- [PTP Info](#ptp-info)
## Pre-requisites
Kindly ensure that your DataMiner system and your Microsoft Teams adhere to the pre-requisites described in [DM Docs](https://docs.dataminer.services/user-guide/Cloud_Platform/TeamsBot/Microsoft_Teams_Chat_Integration.html#server-side-prerequisites).
## PTP Info
Automation script that returns the PTP info for the selected input.
### Configuration
Before you can successfully run the PTP Info script, a memory file will need to be created that is used to select what info you want to retrieve.
The memory file needs to be named "ChatOps_PTP_Info_Options" and requires the following entries:| Position | Value | Description |
|--|--|--|
| 0 | GM | Show GrandMaster |
| 1 | Node Status | Get Node Status Overview |
| 2 | Alarms | Get Alarms |### Show GrandMaster

### Get Node Status Overview

### Get Alarms

