Folks,
I've been writing some scripts to monitor Oracle databases (yes, I've seen zabora, but as a good nerd is supposed to do, I've tried to re-invent the wheel). These scripts need to run at the client, so are added to the zabbix_agentd.conf. Now I've run into a few (minor, but very annoying) problems:
Is this expected behaviour, or is this a bug?
I've been writing some scripts to monitor Oracle databases (yes, I've seen zabora, but as a good nerd is supposed to do, I've tried to re-invent the wheel). These scripts need to run at the client, so are added to the zabbix_agentd.conf. Now I've run into a few (minor, but very annoying) problems:
- If I user 1 UserParameter item with a wildcard, it works. If I use 2 or more, then the 2nd (and subsequent) ones are shown as 'unsupported'.
- If I try to use a name for the item with a dot (for instance oracle.listener[ *]), it will show up as 'unsupported'. If I remove the dot, it works.
Is this expected behaviour, or is this a bug?
Comment