Regarding the storage of MSI files for 3rd pary installs/updates; can we store the MSI on a non public web server on the local network, or does it have to be publically available on the internet?
Hi everyone,
Use this plugin to open up a local WCF using net pipes so that a console application can use it to sent notifications to Pulseway. Using this solution you can easily send Pulseway notifications from your scripts.
Version 1.3
=Installation=
Add the NotificationBridgePlugin.dll plugin into Pulseway Manager -> Plugins.
Configure your scripts to call NotificationBridge console application.
=Usage=
-p (Priority: 0=Low, 1=Normal, 2=Elevated, 3=Critical)
-t (Text message, use double quotes if the message includes a space)
-f (Include the text from a file)
-r (Allow repeating notifications)
Exit Codes:
0 - Notification was successfully forwarded to Pulseway
1 - Notification was rejected by Pulseway (Maintenance mode, Old notification was not deleted, Pulseway is stopped.
As always my plugin is open-source bound by no license. You may claim it your own.
Source Code: https://bitbucket.org/paulcsiki/notification-bridge-plugin/src
Download Link: Click
Paul.