net-mgmt/zabbix-proxy: add support for SSHKeyLocation option
@fraenki is already working on this.
Since Aug 11, 2026.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 863
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 10
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
When using SSH monitoring commands in Zabbix, required SSH private/public keys must also be placed on the Zabbix proxy.
When SSHKeyLocation is not configured on the Zabbix proxy, the following error message is logged:
Authentication by public key failed. SSHKeyLocation option is not set
Describe the solution you'd like
Support for the SSHKeyLocation option should be added to the Zabbix proxy plugin. Furthermore, a possibility to add/manage/delete private and public SSH keys should also be added.
Describe alternatives you've considered
Not using SSH monitoring commands in Zabbix, but this would limit the usability of the Zabbix proxy plugin.
Additional context
I’m planning to work on it, if no one has any objections. 🙂
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.