mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
enh(centreon-plugin-notification-*) : added missing packages on plugin repository (#5528)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198> Co-authored-by: EvanAdam <eadam@centreon.com> Refs: CTOR-1215
This commit is contained in:
parent
5889295b77
commit
d117f13521
4
packaging/centreon-plugin-Notification-Foxbox/deb.json
Normal file
4
packaging/centreon-plugin-Notification-Foxbox/deb.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"dependencies": [
|
||||
]
|
||||
}
|
9
packaging/centreon-plugin-Notification-Foxbox/pkg.json
Normal file
9
packaging/centreon-plugin-Notification-Foxbox/pkg.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"pkg_name": "centreon-plugin-Notification-Foxbox",
|
||||
"pkg_summary": "Centreon Plugin to send notifications by Foxbox",
|
||||
"plugin_name": "centreon_notification_foxbox.pl",
|
||||
"files": [
|
||||
"centreon/plugins/script_simple.pm",
|
||||
"notification/foxbox"
|
||||
]
|
||||
}
|
4
packaging/centreon-plugin-Notification-Foxbox/rpm.json
Normal file
4
packaging/centreon-plugin-Notification-Foxbox/rpm.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"dependencies": [
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"liburi-encode-perl"
|
||||
]
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"pkg_name": "centreon-plugin-Notification-Jasminsms-Httpapi",
|
||||
"pkg_summary": "Centreon Plugin to send notifications by Jasmin SMS HTTP-API",
|
||||
"plugin_name": "centreon_notification_jasminsms-httpapi.pl",
|
||||
"files": [
|
||||
"centreon/plugins/script_custom.pm",
|
||||
"notification/jasminsms/httpapi"
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"perl(URI::Encode)"
|
||||
]
|
||||
}
|
5
packaging/centreon-plugin-Notification-Ovhsms/deb.json
Normal file
5
packaging/centreon-plugin-Notification-Ovhsms/deb.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"libjson-perl"
|
||||
]
|
||||
}
|
9
packaging/centreon-plugin-Notification-Ovhsms/pkg.json
Normal file
9
packaging/centreon-plugin-Notification-Ovhsms/pkg.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"pkg_name": "centreon-plugin-Notification-Ovhsms",
|
||||
"pkg_summary": "Centreon Plugin to send notifications by OVH SMS API",
|
||||
"plugin_name": "centreon_notification_ovhsms.pl",
|
||||
"files": [
|
||||
"centreon/plugins/script_simple.pm",
|
||||
"notification/ovhsms"
|
||||
]
|
||||
}
|
5
packaging/centreon-plugin-Notification-Ovhsms/rpm.json
Normal file
5
packaging/centreon-plugin-Notification-Ovhsms/rpm.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"perl(JSON::XS)"
|
||||
]
|
||||
}
|
5
packaging/centreon-plugin-Notification-Telegram/deb.json
Normal file
5
packaging/centreon-plugin-Notification-Telegram/deb.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"libjson-perl"
|
||||
]
|
||||
}
|
9
packaging/centreon-plugin-Notification-Telegram/pkg.json
Normal file
9
packaging/centreon-plugin-Notification-Telegram/pkg.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"pkg_name": "centreon-plugin-Notification-Telegram",
|
||||
"pkg_summary": "Centreon Plugin to send notifications by Telegram",
|
||||
"plugin_name": "centreon_notification_telegram.pl",
|
||||
"files": [
|
||||
"centreon/plugins/script_simple.pm",
|
||||
"notification/telegram"
|
||||
]
|
||||
}
|
5
packaging/centreon-plugin-Notification-Telegram/rpm.json
Normal file
5
packaging/centreon-plugin-Notification-Telegram/rpm.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"perl(JSON::XS)"
|
||||
]
|
||||
}
|
@ -150,7 +150,7 @@ __END__
|
||||
|
||||
Jasmin SMS HTTP-API
|
||||
|
||||
=head1 HTTP API OPTIONS
|
||||
=head1 REST API OPTIONS
|
||||
|
||||
Jasmin SMS HTTP API
|
||||
|
||||
|
@ -124,6 +124,7 @@ ipv4
|
||||
ipv6
|
||||
ISAM
|
||||
Iwsva
|
||||
Jasmin
|
||||
jmeter
|
||||
JMeter
|
||||
--jobq
|
||||
@ -234,6 +235,7 @@ SFOS
|
||||
sfp.temperature
|
||||
--skip-ssl-check
|
||||
SkyHigh
|
||||
SMS
|
||||
SnapMirror
|
||||
SnapMirrors
|
||||
SNMP
|
||||
|
Loading…
x
Reference in New Issue
Block a user