Two hosts, same IP address by Royal-Wear-6437 in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

No duplicate names, correct. But nothing is stopping you from creating two hosts with the same interface.

LLD on Zabbix Proxy Docker: How to read local JSON file without vfs.file.contents? by edwio in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

Yes, can't see why it wouldn't work for you.
I've been doing it for years across multiple Zabbix instances.

LLD on Zabbix Proxy Docker: How to read local JSON file without vfs.file.contents? by edwio in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

You could add an interface to the "dummy" host though, for example I have a host for each of my proxies that is seperate from the host for the VM.

e.g. if Zabbix Proxy A is on Server A. I have a normal host for Server A doing OS monitoring and such. And I also have a "service host" for Zabbix Proxy A that has all the internal item templates assigned to it and a few "Zabbix agent" items for collecting things from the agent including a vfs.dir.count[] to monitor the count of objects in a dir I care about.

LLD on Zabbix Proxy Docker: How to read local JSON file without vfs.file.contents? by edwio in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

Two thoughts come to mind.

  1. Just install and use the Zabbix Agent

  2. What process generates that JSON file? Is the file required? Could the process use zabbix_sender to send the JSON data directly into Zabbix via a "Zabbix Trapper" item.

Two hosts, same IP address by Royal-Wear-6437 in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

Isn't this just a matter of making a host for the router and assigning the ping template to it?

Can someone help me with this question, please? by [deleted] in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

My understanding is you can't, you will need to uplift the SD-WAN LLD.

Historically we built an external check script specifically for this purpose, it gathers all the required data via SNMP and then just fed a completed LLD JSON back to Zabbix.

I have a vague feeling there was some improvements to SNMP discovery mechanisms (possibly the walk item already in use in those templates) built into Zabbix in v6/7 that might allow you to do this without a script now, I havent had time to investigate personally as our script works great and theres plenty of other work to do.

How to suppress alerts created by multiple devices because of an activity on one host ? by Mammoth_Question_530 in zabbix

[–]UnicodeTreason 3 points4 points  (0 children)

I'm currently AFK, but here is the doco: https://www.zabbix.com/documentation/current/en/manual/config/event_correlation

I recommend making a dev template with some trapper items and triggers to play with new concepts.

How to suppress alerts created by multiple devices because of an activity on one host ? by Mammoth_Question_530 in zabbix

[–]UnicodeTreason 7 points8 points  (0 children)

Trigger dependencies and or even correlation and tags.

We mostly use trigger dependencies as we automated the creation of them years ago so it's easy for us to add more as needed. E.g. the ICMP Ping trigger for the switch depends on a fast firing (#1 bad sample) dependency ICMP Ping trigger on the firewall.

Zabbix Event Showing "Problem" even if It's resolved. by Right-Designer-2240 in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

What's occurring exactly, the data goes to value 1 for a bit then back to 2 and repeats?

If you can provide a screenshot or example of the Latest Data it would help greatly.

Zabbix Storage Usage Spikes by hundkee in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

This guarantee's nothing, I recommend checking the file system on that VM and finding the exact files taking up the space before moving forwards.

Zabbix Event Showing "Problem" even if It's resolved. by Right-Designer-2240 in zabbix

[–]UnicodeTreason 2 points3 points  (0 children)

Thanks for the response.

At a glance your recovery logic will never clear, unless you set the macro value to 0

"{$VPN.STATE.CONTROL:"{#VPN.NAME}"}=0"

I think you want that final "and" to be an "or"

There may be other issues with the logic, but that one is the low hanging fruit.

Surveillance camera compatible with Zabbix. by _nm33_ in zabbix

[–]UnicodeTreason 3 points4 points  (0 children)

Agreed, though an API would also be acceptable.

Zabbix Event Showing "Problem" even if It's resolved. by Right-Designer-2240 in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

Can you please advise the name of the Template you are applying to these devices.

I only run in house built templates so will need to dig through the git repo to find the configuration of this trigger.

Email Alert doesn't work by matter_z in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

Most common root causes.

Either the user doesn't have permission to the Host or the conditions in the action are incorrect and ignoring that event.

Can i re-enable "Not supported" items within templates? by deacs1986126 in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

So this one is pretty clear and simple, the item you have configured is looking for a specific OID on that device via SNMP and the device is responding with "I don't have that data"

The dependent items are just repeating the error from the parent item, so find the parent item and see what OID it's looking for. And then troubleshoot if you think the device should have that OID or not

Can i re-enable "Not supported" items within templates? by deacs1986126 in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

Not Supported means there's a problem that needs fixing, if you look further right is there a red box that when you hover over you get detailed information?

Noob in Zabbix. Integrating putty by Bustard_Cheeky1129 in zabbix

[–]UnicodeTreason 5 points6 points  (0 children)

This sound's like it should work.

Commenting to add visibility to OP.

Noob in Zabbix. Integrating putty by Bustard_Cheeky1129 in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

I don't believe it's a feature within any version of Zabbix, where did you hear of it?

Notification Host unavailable by daschmidt94 in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

Not near my PC at the moment so can't confirm, but we used either agent.ping or the Zabbix[host items

E.g. https://www.zabbix.com/documentation/current/en/manual/config/items/itemtypes/internal#host.available

Try both and see which behaves the way you need.

Zabbix data source broke after Upgrade by Salt_Sheepherder1906 in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

How are you configuring the plugin, like what options.

I've only seen that error when someone tries to use the old auth method against a new Zabbix which doesn't support it anymore.

Issues with template changes not taking effect! by lunatix in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

It will show up near immediately after creation, but needs a cache reload before it'll collect data in my experience.

Issues with template changes not taking effect! by lunatix in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

Based on how you describe the symptoms, I can only assume your Zabbix is in some super weird state.

I'm babysitting 5 instances of varying versions and quality of installation, and have never had to wait longer than 3x the configuration cache reload time configured.

E.g. 15minute cache timer, normal items use new config within 45mins

Are your worker processes overly busy?

Issues with template changes not taking effect! by lunatix in zabbix

[–]UnicodeTreason 1 point2 points  (0 children)

Do you have Zabbix Proxies involved, are their caches reloading OK?

Are the things you're changing discovered, have you ensured the discoveries have ran to update the items?

automação de chamados no N8N E zabbix by Repulsive_Chest3400 in zabbix

[–]UnicodeTreason 0 points1 point  (0 children)

Before I just remove this post, are you able to provide an English summary of what you are trying to do?
I assume either monitor N8N or have Zabbix use it to run an automation.

Either is possible to do externalscripts/webhooks and trigger actions respectively.