Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hetrixtools.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CheckDriveHealth=0
# Check Reboot Required
# * whether to check if the server requires a reboot to finish installing updates or changes (i.e., kernel updates)
# * 1 - ON (default) | 0 - OFF
CheckReboot=1
CheckReboot=0

# View Running Processes
# * whether or not to record the server's running processes and display them in your HetrixTools dashboard
Expand All @@ -61,7 +61,7 @@ SecuredConnection=1
# * we don't recommend setting this value lower than 2 and higher than 10
# * increasing this value can help reduce the agent's resource usage on low-spec systems
# * the higher the value, the less accurate the metrics will be
CollectEveryXSeconds=3
CollectEveryXSeconds=10

# DEBUG Mode
# * if enabled, the agent will output debug information to the log file located at /etc/hetrixtools/debug.log
Expand All @@ -80,4 +80,4 @@ OutgoingPings=""
# * if OutgoingPings is enabled, this is the number of packets to send for each PING test
# * for TCP port checks, this value is sampled in 5-second intervals (default 20 = 4 TCP samples, 5 seconds apart)
# * default is 20 | acceptable values are 10-40
OutgoingPingsCount=20
OutgoingPingsCount=10
Loading