-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathManagementPack.mpx
More file actions
34 lines (33 loc) · 1.5 KB
/
ManagementPack.mpx
File metadata and controls
34 lines (33 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<LanguagePacks>
<LanguagePack ID="ENU" IsDefault="true">
<DisplayStrings>
<DisplayString ElementID="Simple.Ping">
<Name>Simple Ping</Name>
<Description>Simple Ping</Description>
</DisplayString>
</DisplayStrings>
<KnowledgeArticles>
<KnowledgeArticle ElementID="Simple.Ping" Visible="true">
<MamlContent>
<maml:section xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
<maml:title>Simple Ping</maml:title>
<maml:para>
Documentation and the latest version can be found on GitHub -<maml:navigationLink>
<maml:linkText>https://github.com/KeithRochester/Simple-Ping.</maml:linkText>
<maml:uri href="https://github.com/KeithRochester/Simple-Ping"/>
</maml:navigationLink>.
</maml:para>
<maml:para>
If you have any questions or suggestions, please send me a message <maml:navigationLink>
<maml:linkText>keith.rochester@unit92.com</maml:linkText>
<maml:uri href="mailto:keith.rochester@unit92.com?subject=Standard%20Monitoring%20Framework"/>
</maml:navigationLink>
</maml:para>
</maml:section>
</MamlContent>
</KnowledgeArticle>
</KnowledgeArticles>
</LanguagePack>
</LanguagePacks>
</ManagementPackFragment>