-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(packaging): add packaging files
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dependencies": [ | ||
"libsnmp-perl" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
packaging/centreon-plugin-Network-Huawei-Wlc-Snmp/pkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"pkg_name": "centreon-plugin-Network-Huawei-Wlc-Snmp", | ||
"pkg_summary": "Centreon Plugin for Huawei WLC using SNMP protocol", | ||
"plugin_name": "centreon_huawei_wlc_snmp.pl", | ||
"files": [ | ||
"centreon/common/huawei/standard/snmp/", | ||
"centreon/plugins/script_snmp.pm", | ||
"centreon/plugins/snmp.pm", | ||
"snmp_standard/mode/interfaces.pm", | ||
"snmp_standard/mode/listinterfaces.pm", | ||
"snmp_standard/mode/resources/", | ||
"snmp_standard/mode/uptime.pm", | ||
"network/huawei/wlc/snmp/" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dependencies": [ | ||
"perl(SNMP)" | ||
] | ||
} |