fix(plugin): add backbox packaging (#5172)

This commit is contained in:
sdepassio 2024-09-06 15:45:19 +02:00 committed by GitHub
parent eacf4de345
commit 88432bdae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"dependencies": [
]
}

View File

@ -0,0 +1,9 @@
{
"pkg_name": "centreon-plugin-Network-Backbox-Rest",
"pkg_summary": "Centreon Plugin to monitor Backbox using RestAPI",
"plugin_name": "centreon_backbox_rest.pl",
"files": [
"centreon/plugins/script_custom.pm",
"network/backbox/rest/"
]
}

View File

@ -0,0 +1,4 @@
{
"dependencies": [
]
}