Skip to content

Commit

Permalink
fix demo config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tinard committed Aug 28, 2018
1 parent 3fda7de commit 1929ca1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"ping": [
{
"name": "Server One",
"host": "one.exampleserver.com"
},
{
"name": "Server Two",
"host": "secondserver.xyz.example.com"
}
],
"servername": "My name",
"EXAMPLE_notifyURL": "https URL to call for notifications. See documentation on https://github.com/Edraens/EdMon",
"services": [
{
"port": 80,
"name": "HTTP",
"host": "myserver.example"
},
{
"port": 53,
"name": "DNS",
"host": "mydns.server"
}
],
"timeout": 1
}

0 comments on commit 1929ca1

Please sign in to comment.