mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
(plugin) notification::email - update (#4372)
This commit is contained in:
parent
d22a8fa3f3
commit
4d3c939b4a
6
packaging/centreon-plugin-Notification-Email/deb.json
Normal file
6
packaging/centreon-plugin-Notification-Email/deb.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"libemail-sender-perl",
|
||||
"libemail-mime-perl"
|
||||
]
|
||||
}
|
9
packaging/centreon-plugin-Notification-Email/pkg.json
Normal file
9
packaging/centreon-plugin-Notification-Email/pkg.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"pkg_name": "centreon-plugin-Notification-Email",
|
||||
"pkg_summary": "Centreon Plugin to send notifications by Email",
|
||||
"plugin_name": "centreon_notification_email.pl",
|
||||
"files": [
|
||||
"centreon/plugins/script_simple.pm",
|
||||
"notification/email"
|
||||
]
|
||||
}
|
7
packaging/centreon-plugin-Notification-Email/rpm.json
Normal file
7
packaging/centreon-plugin-Notification-Email/rpm.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"perl(Email::MIME)",
|
||||
"perl(Email::Simple)",
|
||||
"perl(Email::Sender)"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user