Skip to content

Commit ba34071

Browse files
Initial version
1 parent 99eee92 commit ba34071

File tree

140 files changed

+3592
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+3592
-0
lines changed

DataMiner Solutions/PTP/PTP Info/.vs/Automation Script/FileContentIndex/read.lock

Whitespace-only changes.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.33205.214
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Internal", "Internal", "{ADD4FFA6-C258-424D-9AEC-B3334438C250}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{46407C44-548A-4479-8BB4-F1ED9B8BC834}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dlls", "Dlls", "{8280F964-24F4-41E5-913C-3CF6318D6DDB}"
11+
ProjectSection(SolutionItems) = preProject
12+
Dlls\readme.txt = Dlls\readme.txt
13+
EndProjectSection
14+
EndProject
15+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{E4D6141E-3973-40C8-A3C3-958823C8646F}"
16+
ProjectSection(SolutionItems) = preProject
17+
Documentation\readme.txt = Documentation\readme.txt
18+
EndProjectSection
19+
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code Analysis", "Code Analysis", "{5184F4B0-46CE-4E0B-A218-68B0E1D566DE}"
21+
ProjectSection(SolutionItems) = preProject
22+
Internal\Code Analysis\qaction-debug.ruleset = Internal\Code Analysis\qaction-debug.ruleset
23+
Internal\Code Analysis\qaction-release.ruleset = Internal\Code Analysis\qaction-release.ruleset
24+
EndProjectSection
25+
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PTP Info", "PTP Info", "{3CC93E04-7DA7-425C-9F79-8AA802ADD17A}"
27+
ProjectSection(SolutionItems) = preProject
28+
PTP Info.xml = PTP Info.xml
29+
EndProjectSection
30+
EndProject
31+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{052EF4C2-67BA-4966-90D9-40914B0FDFF1}"
32+
EndProject
33+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTP Info_1", "PTP Info_1\PTP Info_1.csproj", "{16BAC5EF-192A-4BD1-A0EC-16B8C674E58A}"
34+
EndProject
35+
Global
36+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
37+
Debug|Any CPU = Debug|Any CPU
38+
Release|Any CPU = Release|Any CPU
39+
EndGlobalSection
40+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
41+
{16BAC5EF-192A-4BD1-A0EC-16B8C674E58A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{16BAC5EF-192A-4BD1-A0EC-16B8C674E58A}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{16BAC5EF-192A-4BD1-A0EC-16B8C674E58A}.Release|Any CPU.ActiveCfg = Release|Any CPU
44+
{16BAC5EF-192A-4BD1-A0EC-16B8C674E58A}.Release|Any CPU.Build.0 = Release|Any CPU
45+
EndGlobalSection
46+
GlobalSection(SolutionProperties) = preSolution
47+
HideSolutionNode = FALSE
48+
EndGlobalSection
49+
GlobalSection(NestedProjects) = preSolution
50+
{5184F4B0-46CE-4E0B-A218-68B0E1D566DE} = {ADD4FFA6-C258-424D-9AEC-B3334438C250}
51+
{3CC93E04-7DA7-425C-9F79-8AA802ADD17A} = {46407C44-548A-4479-8BB4-F1ED9B8BC834}
52+
{052EF4C2-67BA-4966-90D9-40914B0FDFF1} = {3CC93E04-7DA7-425C-9F79-8AA802ADD17A}
53+
{16BAC5EF-192A-4BD1-A0EC-16B8C674E58A} = {052EF4C2-67BA-4966-90D9-40914B0FDFF1}
54+
EndGlobalSection
55+
GlobalSection(ExtensibilityGlobals) = postSolution
56+
SolutionGuid = {545468AA-205C-4B01-8584-82D24E65D18A}
57+
EndGlobalSection
58+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This folder contains DLL files that should be placed under the ProtocolScripts folder of DataMiner for this solution to work correctly.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
In order to make use of this script you need to apply below configurations.
2+
3+
1. Create a memory file in the Automation module with name "ChatOps_PTP Info_Options" and add following entries:
4+
> Position: 0 | Value: GM | Description: Show GrandMaster
5+
> Position: 1 | Value: Node Status | Description: Get Node Status Overview
6+
> Position: 2 | Value: Alarms | Description: Get Alarms

0 commit comments

Comments
 (0)