Skip to content

Instantly share code, notes, and snippets.

@domcleal
Created January 23, 2012 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domcleal/1662040 to your computer and use it in GitHub Desktop.
Save domcleal/1662040 to your computer and use it in GitHub Desktop.
module Test_zabbix_agent =
let example = "###########################################################
# PUPPET MANAGED #
# Do not edit this file on a server node unless you #
# are willing to have your changes overwritten by #
# Puppet. If you really want to change the contents #
# repository and check it out on the puppet server. #
###########################################################
# This is config file for zabbix_agentd
# To get more information about ZABBIX, go http://www.zabbix.com
############ GENERAL PARAMETERS #################
# List of comma delimited IP addresses (or hostnames) of ZABBIX servers.
# No spaces allowed. First entry is used for sending active checks.
# Note that hostnames must resolve hostname->IP address and
# IP address->hostname.
Server=backend.yomamma.com
# Server port for sending active checks
#ServerPort=10051
# Unique hostname. Required for active checks.
"
test Zabbix_Agent.lns get example =
{ "#comment" = "##########################################################" }
{ "#comment" = "PUPPET MANAGED #" }
{ "#comment" = "Do not edit this file on a server node unless you #" }
{ "#comment" = "are willing to have your changes overwritten by #" }
{ "#comment" = "Puppet. If you really want to change the contents #" }
{ "#comment" = "repository and check it out on the puppet server. #" }
{ "#comment" = "##########################################################" }
{ }
{ "#comment" = "This is config file for zabbix_agentd" }
{ "#comment" = "To get more information about ZABBIX, go http://www.zabbix.com" }
{ }
{ "#comment" = "########### GENERAL PARAMETERS #################" }
{ }
{ "#comment" = "List of comma delimited IP addresses (or hostnames) of ZABBIX servers." }
{ "#comment" = "No spaces allowed. First entry is used for sending active checks." }
{ "#comment" = "Note that hostnames must resolve hostname->IP address and" }
{ "#comment" = "IP address->hostname." }
{ }
{ "Server" = "backend.yomamma.com" }
{ }
{ "#comment" = "Server port for sending active checks" }
{ }
{ "#comment" = "ServerPort=10051" }
{ }
{ "#comment" = "Unique hostname. Required for active checks." }
(* Local Variables: *)
(* mode: caml *)
(* End: *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment