From 55259e025113781ba12d9edd3d858ba3e700b9d8 Mon Sep 17 00:00:00 2001 From: THEPAUT Date: Mon, 24 Apr 2023 03:54:57 -0400 Subject: [PATCH] (plugin) notification::email - update (#4372) --- packaging/centreon-plugin-Notification-Email/deb.json | 6 ++++++ packaging/centreon-plugin-Notification-Email/pkg.json | 9 +++++++++ packaging/centreon-plugin-Notification-Email/rpm.json | 7 +++++++ 3 files changed, 22 insertions(+) create mode 100644 packaging/centreon-plugin-Notification-Email/deb.json create mode 100644 packaging/centreon-plugin-Notification-Email/pkg.json create mode 100644 packaging/centreon-plugin-Notification-Email/rpm.json diff --git a/packaging/centreon-plugin-Notification-Email/deb.json b/packaging/centreon-plugin-Notification-Email/deb.json new file mode 100644 index 000000000..15206f567 --- /dev/null +++ b/packaging/centreon-plugin-Notification-Email/deb.json @@ -0,0 +1,6 @@ +{ + "dependencies": [ + "libemail-sender-perl", + "libemail-mime-perl" + ] +} diff --git a/packaging/centreon-plugin-Notification-Email/pkg.json b/packaging/centreon-plugin-Notification-Email/pkg.json new file mode 100644 index 000000000..f743b55ad --- /dev/null +++ b/packaging/centreon-plugin-Notification-Email/pkg.json @@ -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" + ] +} diff --git a/packaging/centreon-plugin-Notification-Email/rpm.json b/packaging/centreon-plugin-Notification-Email/rpm.json new file mode 100644 index 000000000..2e53d426a --- /dev/null +++ b/packaging/centreon-plugin-Notification-Email/rpm.json @@ -0,0 +1,7 @@ +{ + "dependencies": [ + "perl(Email::MIME)", + "perl(Email::Simple)", + "perl(Email::Sender)" + ] +}