root@ip-10-30-2-40:~# cd /usr/local/groundwork/gdma/config root@ip-10-30-2-40:/usr/local/groundwork/gdma/config# ls gdma_auto.conf multihost_gdma_auto.conf gdma_override.conf send_nsca.cfg gwmon_ip-10-30-2-40.us-west-2.compute.internal.cfg root@ip-10-30-2-40:/usr/local/groundwork/gdma/config# cat gdma_auto.conf ################################################################################ # gdma_auto.conf # # Copyright 2004-2014 GroundWork Open Source, Inc. # http://www.groundworkopensource.com # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ################################################################################ Auto_Register_Attempts = "fibonacci" Auto_Register_Host_Profile = "gdma-linux-host" Auto_Register_Max_Interval = "86400" Auto_Register_Pass = "gdma" Auto_Register_Service_Profile = "" Auto_Register_User = "gdma" ConfigFile_Pull_Cycle = "1" ConfigPull_Timeout = "10" Enable_Auto = "on" Enable_Local_Logging = "on" GDMAConfigDir = "gdma" GDMA_Auto_Host = "gdma-autohost" GDMA_Auto_Service = "gdma_auto" GDMA_Multihost = "off" Logdir = "/usr/local/groundwork/gdma/log/" Max_Concurrent_Hosts = "1" Max_Server_Redirects = "5" PluginPull_Timeout = "40" Poller_Plugin_Directory = "/usr/local/groundwork/nagios/libexec" Poller_Plugin_Timeout = "5" Poller_Proc_Interval = "600" Poller_Pull_Failure_Interval = "86400" Poller_Service = "gdma_poller" Poller_Status = "On" Spooler_Batch_Size = "20" Spooler_Max_Retries = "10" Spooler_NSCA_Config = "/usr/local/groundwork/gdma/config/send_nsca.cfg" Spooler_NSCA_Port = "5667" Spooler_NSCA_Program = "/usr/local/groundwork/common/bin/send_nsca" Spooler_NSCA_Timeout = "5" Spooler_Proc_Interval = "30" Spooler_Retention_Time = "900" Spooler_Service = "gdma_spooler" Spooler_Status = "Updates" Target_Server = "http://10.30.2.10" # The Use_Long_Hostname option actually has 3 supported states: "on", "off", # and not-defined (i.e., commented out), which invokes a fallback behavior. # Use_Long_Hostname = "on" # The Use_Lowercase_Hostname option used to be internally hardcoded as "on", # but now is defaulted "off". If you still want the legacy behavior, you can # override that default value here. # Use_Lowercase_Hostname = "on" root@ip-10-30-2-40:/usr/local/groundwork/gdma/config#