Re: [Astlinux-users] Zabbix Agent User Parameters

2025-03-28 Thread Dan Ryson
[Off list for noise mitigation.] Thanks for the tip, Lonnie.  I'm now in pretty good shape after a day of tinkering and testing.  However, I checked this and no zabbix files appear.  Zabbix is a very useful tool!  Best wishes, Dan​  ​ On Wednesday, 26-03-2025 at 12:21 Lonnie Abelbeck wro

Re: [Astlinux-users] Zabbix Agent User Parameters

2025-03-26 Thread Lonnie Abelbeck
Hi Dan, Just a tip, when things are not acting as expected while editing using the CLI, issue the "show-union" command: # show-union -- example output -- /mnt/asturw/stat/var/www/admin/.htpasswd /mnt/asturw/etc/passwd- /mnt/asturw/etc/passwd /mnt/asturw/etc/rc.modules /mnt/asturw/etc/shadow /mnt

Re: [Astlinux-users] Zabbix Agent User Parameters

2025-03-26 Thread Dan Ryson
Hi Lonnie and Team AstLinux, After reviewing the zabbix init.d script, it's apparent that the provided documentation and code is perfect.  Specifically, "additional" parameters in /mnt/kd/zabbix_agentd.userparams.conf are included.   I've repeated my prior steps but can't repeat the problem that

Re: [Astlinux-users] Zabbix Agent User Parameters

2025-03-26 Thread Lonnie Abelbeck
Hi Dan, Reference here [1], zabbix init.d script. If "/mnt/kd/zabbix_agentd.conf" exists, then the complete agent config must be defined there. If "/mnt/kd/zabbix_agentd.userparams.conf" is defined, and no "/mnt/kd/zabbix_agentd.conf", then an autogenerated entry: -- Include=/mnt/kd/zabbix_age

Re: [Astlinux-users] Zabbix Agent User Parameters

2025-03-26 Thread Dan Ryson
Hi Michael, Thanks for the prompt reply and your insight.  I misunderstood that files added to /mnt/kd _replace_ and do not _add to_ an autogenerated file.  Zabbix agent continues to work fine after renaming zabbix_agentd.userparams.conf => zabbix_agentd.conf.  Apparently, either file name in /

Re: [Astlinux-users] Zabbix Agent User Parameters

2025-03-25 Thread Michael Knill
Hi Dan We use Zabbix extensively with Astlinux and it has become a critical part of our infrastructure. Just updating zabbix_agentd.userparams.conf should be all that you need to edit. We use PSK so we have updated the init file to add this but should not be necessary normally. In Astlinux, no