fix(plugin): add backbox packaging (#5172)
This commit is contained in:
parent
eacf4de345
commit
88432bdae5
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"dependencies": [
|
||||
]
|
||||
}
|
|
@ -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/"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"dependencies": [
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue