8000 GitHub - kopolindo/GOALert: Tool developed that starts and monitors one process, waiting it for finish and notifying the exit-code via e-mail message
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tool developed that starts and monitors one process, waiting it for finish and notifying the exit-code via e-mail message

Notifications You must be signed in to change notification settings

kopolindo/GOALert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOALert

This tool will start and monitor a process, waiting it for finish and notifying the exit-code via e-mail message

Usage:
  -command string
    	Command to execute
  -version
    	Print version and exit

Configuration JSON: $HOME/.config/goalert/conf.json

{
	"username":"username@domain.com",
	"password":"s3cret",
	"from":"username@domain.com",
	"to":"username@domain.com",
	"subject":"unecessary, it is possible to set it in the main file",
	"body":"unecessary, it is possible to set it in the main file",
	"host":"smtp.server_domain.com",
	"port":1337
}

About

Tool developed that starts and monitors one process, waiting it for finish and notifying the exit-code via e-mail message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0