diff options
| author | Paul Buetow (lxpbuetow) <paul.buetow@1und1.de> | 2015-01-02 15:13:56 +0100 |
|---|---|---|
| committer | Paul Buetow (lxpbuetow) <paul.buetow@1und1.de> | 2015-01-02 15:13:56 +0100 |
| commit | a2567e92048a8c4384e0714f5ebdc0dc2fc64889 (patch) | |
| tree | 6e8e7f011f7c83ef17c518fb3d42d4f05610b312 | |
| parent | e3eb88b42ee0c5e1b35ce48c1a83600872f820cc (diff) | |
add curl path
| -rw-r--r-- | pingdomfetch.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pingdomfetch.conf.sample b/pingdomfetch.conf.sample index 7ebdfea..8703e4b 100644 --- a/pingdomfetch.conf.sample +++ b/pingdomfetch.conf.sample @@ -26,6 +26,9 @@ notify.email.to = pingdomfetch@mx.buetow.org ; (comma separated) notify.info.email.to = pingdomfetch@mx.buetow.org +; Needed by a few HTTP/s requests +curl.path = /usr/bin/curl + ; Pingdom stuff, used to pull results from Pingdom via JSON API [pingdom] ; Pingdom API generic configurations |
