]> Sergey Matveev's repositories - sgmon.git/blobdiff - README
Ability to have shebangless run-s
[sgmon.git] / README
diff --git a/README b/README
index 8454efe691d3b0f32fe5950f4d310f2c549679ee..87ad8dc91772a53c38a7c3783ceeaacf4b9ddf90 100644 (file)
--- a/README
+++ b/README
@@ -9,28 +9,21 @@ Create some directory hierarchy for convenience:
 
 Make probes from them:
 
-    $ cat > probes/example.com/ping4/run <<EOF
-    #!/bin/sh -e
-    "$SGMONDIR"/helper/http http://example.com/ Some.Expected.Title
-    EOF
+    $ echo '"$SGMONDIR"/helper/http http://example.com/ Some.Expected.Title'
+        > probes/example.com/ping4/run <<EOF
     # only 3 failures will generated notification email
     $ echo 3 > probes/example.com/http/max-attempts
 
-    $ cat > probes/example.com/ping4/run <<EOF
-    #!/bin/sh -e
-    "$SGMONDIR"/helper/ping 4 example.com
-    EOF
+    $ echo '"$SGMONDIR"/helper/ping 4 example.com' > probes/example.com/ping4/run
 
-    $ cat > probes/example.com/ping6/run <<EOF
-    #!/bin/sh -e
-    "$SGMONDIR"/helper/ping 6 example.com
-    EOF
+    $ echo '"$SGMONDIR"/helper/ping 6 example.com' > probes/example.com/ping6/run
     $ echo 5 > probes/example.com/ping4/period # every 5 seconds
 
     $ cat > probes/jails/foobar/run <<EOF
     #!/bin/sh -e
     jls -j foobar-jail-name
     EOF
+    $ chmod +x probes/jails/foobar/run
 
 Set default configuration values: