summaryrefslogtreecommitdiff
path: root/agent
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-03-22 18:49:46 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-03-22 18:49:46 (GMT)
commitb65d51dc04f9addd6689d8a02bd348f7773e0150 (patch)
treea591fdf44c8b9dba7804ac19126d2253da90aaea /agent
parent276bedfeaad8f6e57b5602325837e65249403477 (diff)
added agent plugin and check for timezone
Diffstat (limited to 'agent')
-rwxr-xr-xagent/timezone7
1 files changed, 7 insertions, 0 deletions
diff --git a/agent/timezone b/agent/timezone
new file mode 100755
index 0000000..0172e19
--- /dev/null
+++ b/agent/timezone
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+echo "<<<timezone>>>"
+cat /etc/timezone
+
+exit 0
+