You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to god.rb
Hey,
I wonder if this is possible with God.
I've read that it can monitor processes (e.g. SMTP), but what I want
to do is monitor not only the connectivity to a process but also if it
is working properly or not.
What I mean here, is that:
- i want to connect to SMTP
- send an email
- connect to pop3
- check if email has been received
I presume that this will be easier to script using standard Ruby
classes and that God does not support this natively or... ?