index
:
checkmk.git
master
check_mk-based Checks and Agent Plugins
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
agent
/
timezone
blob: 0172e1928151c4c5513c621a908e86abfa44d3dc (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
echo
"<<<timezone>>>"
cat /etc/timezone
exit
0