(plugin) notification::email - update (#4372)

This commit is contained in:
THEPAUT 2023-04-24 03:54:57 -04:00 committed by GitHub
parent d22a8fa3f3
commit 4d3c939b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"dependencies": [
"libemail-sender-perl",
"libemail-mime-perl"
]
}

View 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"
]
}

View File

@ -0,0 +1,7 @@
{
"dependencies": [
"perl(Email::MIME)",
"perl(Email::Simple)",
"perl(Email::Sender)"
]
}