summaryrefslogtreecommitdiff
path: root/seen
diff options
context:
space:
mode:
Diffstat (limited to 'seen')
-rwxr-xr-xseen4
1 files changed, 4 insertions, 0 deletions
diff --git a/seen b/seen
new file mode 100755
index 0000000..ad6b0eb
--- /dev/null
+++ b/seen
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+/usr/bin/curl -s --data-binary "hostname=$( hostname )&service=$1" http://172.19.1.11/seen.php
+