ci(slack-notification): new package for an existing plugin (#5312)

Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198>

Refs: CTOR-1215
This commit is contained in:
Lucie Dubrunfaut 2024-12-05 09:16:18 +01:00 committed by GitHub
parent 056589f360
commit 4753f295a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"dependencies": [
"libjson-perl"
]
}

View File

@ -0,0 +1,9 @@
{
"pkg_name": "centreon-plugin-Notification-Slack",
"pkg_summary": "Centreon Plugin to send notifications by Slack",
"plugin_name": "centreon_notification_slack.pl",
"files": [
"centreon/plugins/script_simple.pm",
"notification/slack"
]
}

View File

@ -0,0 +1,5 @@
{
"dependencies": [
"perl(JSON)"
]
}