summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChristos Triantafyllidis <christos.triantafyllidis@gmail.com>2012-06-12 00:49:17 +0300
committerChristos Triantafyllidis <christos.triantafyllidis@gmail.com>2012-06-12 00:49:17 +0300
commitcf9c34812219c3417d9e4d8af4cafaedd1e8988c (patch)
treecef1abdeae93887b20de84202b6d7cd42e713a72 /templates
downloadDynamicNagiosConfig-cf9c34812219c3417d9e4d8af4cafaedd1e8988c.tar.gz
DynamicNagiosConfig-cf9c34812219c3417d9e4d8af4cafaedd1e8988c.tar.xz
DynamicNagiosConfig-cf9c34812219c3417d9e4d8af4cafaedd1e8988c.zip
Initial GIT import
Diffstat (limited to 'templates')
-rw-r--r--templates/host7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/host b/templates/host
new file mode 100644
index 0000000..5b39318
--- /dev/null
+++ b/templates/host
@@ -0,0 +1,7 @@
+define host{
+ host_name $hostname
+ alias $host_alias
+ address $host_address
+ use $use
+ $parents
+} \ No newline at end of file