mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
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:
parent
056589f360
commit
4753f295a5
5
packaging/centreon-plugin-Notification-Slack/deb.json
Normal file
5
packaging/centreon-plugin-Notification-Slack/deb.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"libjson-perl"
|
||||
]
|
||||
}
|
9
packaging/centreon-plugin-Notification-Slack/pkg.json
Normal file
9
packaging/centreon-plugin-Notification-Slack/pkg.json
Normal 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"
|
||||
]
|
||||
}
|
5
packaging/centreon-plugin-Notification-Slack/rpm.json
Normal file
5
packaging/centreon-plugin-Notification-Slack/rpm.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"perl(JSON)"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user