Skip to content

Simple program to ping all of your servers and email you when they are down

Notifications You must be signed in to change notification settings

inkandthunder/pingpanther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pingpanther

Status

System Status
Appveyor Build status
Travis Travis Build Status

Getting Started

Setup credentials and base url

Add the following block to your .config file:

<appSettings>
  <add key="hosts" value="{enter your list of hosts/machines}"/>
  <add key="to" value="{enter list of email address separated by ;}" />
  <add key="cc" value="{enter list of cc's separated by ;}" />
  <add key="from" value="{enter email of sender}" />
  <add key="subject" value="[ERROR] Host machine is down: " />
  <add key="smtpHost" value="{enter email smtp}" />
  <add key="port" value="{enter smtp port}" />
  <add key="body" value="The following host was detected as being down. Please investigate:" />
</appSettings>

Host keys can be limited by space, ,, ., :, ;, or \t

Examples

TODO

TODO

License

The gem is available as open source under the terms of the MIT License.

About

Simple program to ping all of your servers and email you when they are down

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages