Posted November 28, 201410 yr 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
November 28, 201410 yr Staff 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
December 1, 201410 yr Author 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
December 1, 201410 yr Staff 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
December 15, 201410 yr Author 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
December 17, 201410 yr Staff 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
October 8, 20159 yr Author 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
October 8, 20159 yr Staff 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
October 12, 20159 yr Author Hi Chris,Not knowing were to start and would like to have it natively in the notifications options.Thanks! Dre
Create an account or sign in to comment