Hi,
I made a test custom userparameters that gets minutes from date.
UserParameter=sb.gauges.fuel, date | cut -d ":" -f 2
It works perfectly when host is connected directly to the server, but does not get any info when it is connected by proxy.
On the other hand, I get SSHD service stats all the time from the same agent, no matter if it is connected directly of through the proxy.
I checked my agentd config, it's the proxy address that is indicated for both server and serverActive.
Is there an issue with proxy+UserParameter ?
I made a test custom userparameters that gets minutes from date.
UserParameter=sb.gauges.fuel, date | cut -d ":" -f 2
It works perfectly when host is connected directly to the server, but does not get any info when it is connected by proxy.
On the other hand, I get SSHD service stats all the time from the same agent, no matter if it is connected directly of through the proxy.
I checked my agentd config, it's the proxy address that is indicated for both server and serverActive.
Is there an issue with proxy+UserParameter ?
Comment