Skip to content

Commit e68f8c5

Browse files
authored
Update SCOMLinuxDataCollector.sh (#12)
1 parent 0273f1b commit e68f8c5

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

SCOMLinuxDataCollector/SCOMLinuxDataCollector.sh

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! /bin/bash
22
: <<'ScriptInformationBlock'
3+
Version:
4+
v1.0.3-alpha
35
About:
46
This script is written for data collection from Linux machines which can help in troubleshooting SCOM UNIX/LINUX Agent (SCXAgent)
57
Original Author :
@@ -1572,26 +1574,26 @@ printf "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15721574

15731575

15741576
: <<'LicenseInformation'
1575-
MIT License
1576-
1577-
Copyright (c) Microsoft Corporation.
1578-
1579-
Permission is hereby granted, free of charge, to any person obtaining a copy
1580-
of this software and associated documentation files (the "Software"), to deal
1581-
in the Software without restriction, including without limitation the rights
1582-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1583-
copies of the Software, and to permit persons to whom the Software is
1584-
furnished to do so, subject to the following conditions:
1585-
1586-
The above copyright notice and this permission notice shall be included in all
1587-
copies or substantial portions of the Software.
1588-
1589-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1590-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1591-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1592-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1593-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1594-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1595-
SOFTWARE
1577+
MIT License
1578+
1579+
Copyright (c) Microsoft Corporation.
1580+
1581+
Permission is hereby granted, free of charge, to any person obtaining a copy
1582+
of this software and associated documentation files (the "Software"), to deal
1583+
in the Software without restriction, including without limitation the rights
1584+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1585+
copies of the Software, and to permit persons to whom the Software is
1586+
furnished to do so, subject to the following conditions:
1587+
1588+
The above copyright notice and this permission notice shall be included in all
1589+
copies or substantial portions of the Software.
1590+
1591+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1592+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1593+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1594+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1595+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1596+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1597+
SOFTWARE.
15961598
15971599
LicenseInformation

0 commit comments

Comments
 (0)