(plugin) notification::email - update (#4372)
This commit is contained in:
parent
d22a8fa3f3
commit
4d3c939b4a
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"dependencies": [
|
||||
"libemail-sender-perl",
|
||||
"libemail-mime-perl"
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"dependencies": [
|
||||
"perl(Email::MIME)",
|
||||
"perl(Email::Simple)",
|
||||
"perl(Email::Sender)"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue