Hi,
I am relatively new to Zabbix and experimenting around most of the time.
Right now I stumbled across a system that doesn't want to be monitored by SNMP. There are simply no useful MIBs.
However, it's possible to monitor the statuses of applications via SSH. So I wrote a discovery script to get all the needed Items.
Here is my problem: If ther's a check added to the Items the check will be done once per Item, right? I don't really want that, as the SSH connection is fragile and redundant (as the applications are all monitored by the output of one command).
Is there a way to update the status of multiple Items (discovered by a discovery rule) at once and to run a check only once with Zabbix?
One thng that came up to my mind is doing the updates with the API, but this way the "Zabbix way" would be broken, and I really think that this should be the last possible soultion.
I hope I posted this in the correct sub-foru, but this one seems to be the best-fitting choice.
Regards
I am relatively new to Zabbix and experimenting around most of the time.
Right now I stumbled across a system that doesn't want to be monitored by SNMP. There are simply no useful MIBs.
However, it's possible to monitor the statuses of applications via SSH. So I wrote a discovery script to get all the needed Items.
Here is my problem: If ther's a check added to the Items the check will be done once per Item, right? I don't really want that, as the SSH connection is fragile and redundant (as the applications are all monitored by the output of one command).
Is there a way to update the status of multiple Items (discovered by a discovery rule) at once and to run a check only once with Zabbix?
One thng that came up to my mind is doing the updates with the API, but this way the "Zabbix way" would be broken, and I really think that this should be the last possible soultion.
I hope I posted this in the correct sub-foru, but this one seems to be the best-fitting choice.
Regards
Comment