dre Posted November 28, 2014 Posted November 28, 2014 Hi All,  I would like the following notifications available;  - POP3 Check -> The Pulseway service checks a particular mailbox via POP3 and checks the amount of messages; if messages exceed # -> Alert. - Telnet on #Port -> The Pulseway service checks telnet on a particular port towards an IP. If Telnet fails, -> Alert. - Files -> The Pulseway service checks a directory on amount of files, if file count exceed #-> Alert.  We're in a trial period now, these 3 feature requests are a real deal breaker.  Thanks  Dre
Staff Chris Posted November 28, 2014 Staff Posted November 28, 2014 Hi Dre, Â Welcome to the Pulseway community! Â POP3 Check -> The Pulseway service checks a particular mailbox via POP3 and checks the amount of messages; if messages exceed # -> Alert. Thank you for your feedback, I've added on our lists. Â Telnet on #Port -> The Pulseway service checks telnet on a particular port towards an IP. If Telnet fails, -> Alert. This is already possible with Pulseway's port monitoring feature. Â Files -> The Pulseway service checks a directory on amount of files, if file count exceed #-> Alert. This can be achieved with a very simple Pulseway plugin (or via a batch script and making use of the Notification Bridge plugin to send Pulseway notifications). Â Regards, Chris Pulseway Support
dre Posted December 1, 2014 Author Posted December 1, 2014 Hi Chris,  Thanks for your reply, I've found the Port Monitoring feature.  Can you explain me how to deal with the File count? Simple Pulseway plugin?  Thanks  Dre
Staff Chris Posted December 1, 2014 Staff Posted December 1, 2014 Hi Dre, Â Create a plugin that only overrides the PluginDataCheck method and inside use int fileCount = myDir.GetFiles().Length;Â where myDir is a System.IO.Directory object. If the fileCount is greater than your threshold call the method SendNotificationToAllDevices and notify the user. Â Regards, Chris Pulseway Support
dre Posted December 15, 2014 Author Posted December 15, 2014 Hi Chris, Â Would be nice to have some kind of guide for your last reply. Can you send me a step by step guide by email? Â Any idea when POP3 monitoring will be enabled? Â Thanks and best regards, Dre
Staff Chris Posted December 17, 2014 Staff Posted December 17, 2014 Hi Dre, Â Creating Plugins require some programming knowledge for the very least so if you want to get started we recommend you first take a look on our Plugin Tutorial. Â Regards, Chris Pulseway Support
dre Posted October 8, 2015 Author Posted October 8, 2015 Hi Chris, Any idea if File count in a directory is already considered as a feature. I can't get it to work. And it's getting a requirement.Thx Dre
Staff Chris Posted October 8, 2015 Staff Posted October 8, 2015 Hi Dre,You mentioned that you can't get 'it' to work. Have you tried building a plugin? How did that go? Maybe I can help you.Chris
dre Posted October 12, 2015 Author Posted October 12, 2015 Hi Chris,Not knowing were to start and would like to have it natively in the notifications options.Thanks! Dre
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now