agent icon indicating copy to clipboard operation
agent copied to clipboard

HetrixTools Server Monitoring Agent (Linux)

Results 18 agent issues
Sort by recently updated
recently updated
newest added

I'm running the agent on Arch Linux with systemd and no cron. For this, I need to manually comment out the checks and setup processes for cron, as the default...

suggestion

In [hetrixtools_agent.sh](https://github.com/hetrixtools/agent/blob/master/hetrixtools_agent.sh#L299): ```bash # Post data wget -t 1 -T 30 -qO- --post-file="$ScriptPath/hetrixtools_agent.log" --no-check-certificate https://sm.hetrixtools.com/ &> /dev/null ``` What's the point of `--no-check-certificate`?.. ```bash sslyze --certinfo sm.hetrixtools.com:443 | grep -E...

not an issue

Hi, I've got a dedicated server with Dell iDRAC6 & RAID 1 and hetrixtools agent running as root. But the drive health status does not show on the webpage. I...

looking into it

After installing the agent in a Debian VM on Proxmox, I noticed that the VM periodically (every few seconds) spiked the CPU usage. After looking at htop, I confirmed this...

waiting feedback

The PR addresses #57. The log will be written to `/run/hetrixtools_agent.log` if `/run` is present. If `/run` doesn't exist while `/var/run` does, the log will be written to `/var/run/hetrixtools_agent.log`. Only...

I noticed that the agent consistently collects server status data, compresses and encodes it, and stores it in the hetrixtools_agent.log file: https://github.com/hetrixtools/agent/blob/00d0650ca34ff63be9ff587186c47ad16acbdf77/hetrixtools_agent.sh#L655 This process signifies that the agent writes several...

- Use options instead of magic positional numbers - More error reporting in cases of failure & proper exit status - Single log lines for each task - Better display...

Just had big problem with customer because monitoring didn't sent alert. Problem is with this line: ```bash DISKs=$(echo -ne $(df -PB1 | awk '$1 ~ /\// {print}' | awk '{...