diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-03-22 18:49:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-03-22 18:49:46 (GMT) |
commit | b65d51dc04f9addd6689d8a02bd348f7773e0150 (patch) | |
tree | a591fdf44c8b9dba7804ac19126d2253da90aaea /agent | |
parent | 276bedfeaad8f6e57b5602325837e65249403477 (diff) |
added agent plugin and check for timezone
Diffstat (limited to 'agent')
-rwxr-xr-x | agent/timezone | 7 |
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 + |