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)" + ] +}