Skip to content

Commit

Permalink
feat(packaging): add packaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
omercier committed Dec 2, 2024
1 parent 571d41a commit 8618425
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/centreon-plugin-Network-Huawei-Wlc-Snmp/deb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": [
"libsnmp-perl"
]
}
15 changes: 15 additions & 0 deletions packaging/centreon-plugin-Network-Huawei-Wlc-Snmp/pkg.json
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/"
]
}
5 changes: 5 additions & 0 deletions packaging/centreon-plugin-Network-Huawei-Wlc-Snmp/rpm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": [
"perl(SNMP)"
]
}

0 comments on commit 8618425

Please sign in to comment.