Jump to content

Telnet, POP3, File Queues


dre

Recommended Posts

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

Link to comment
Share on other sites

  • 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

Link to comment
Share on other sites

  • 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

Link to comment
Share on other sites

  • 2 weeks later...
  • 9 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...