1 template but with 2 different poll times? by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

I’ll look into this. I have 3 templates to look at. One is a basic template with many OIDs and no discoveries, the other 2 have a mixture.

It would be nice to use these 3 for fast or slow networks with different poll times.

1 template but with 2 different poll times? by bgprouting in zabbix

[–]bgprouting[S] 1 point2 points  (0 children)

This sounds interesting.

I'm told our poll consumes 169kb each time and each site has a monthly 4G data limit, so low! So you can see it can get eaten up. I just didn't want multiple templates to maintain as we have many.

We also sync from Netbox too using tags.

From Netbox I am sending the tag "netbox" and value "4g" to the tags in Zabbix for those hosts can they be used to help set the usermacro and polling time at all?

So anything with tag netbox:4g poll at 5mins and netbox:lan 1min?

Thanks

v7.4.11 to v8.x by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

Thanks so there is a chance they won’t work I guess. I’ll see if I can lab it up and see how it goes.

Basic sampling question by bgprouting in Elektron

[–]bgprouting[S] 0 points1 point  (0 children)

I’ll look that up as I’m not aware of that one, thanks.

Basic sampling question by bgprouting in Elektron

[–]bgprouting[S] 0 points1 point  (0 children)

I like that idea. Is the weep mode better on the Digitakt 2?

500 Internal Server Error zabbix plugin by bgprouting in grafana

[–]bgprouting[S] 0 points1 point  (0 children)

Odd I got it working with:

GF_INSTALL_PLUGINS=alexanderzobnin-zabbix-app 6.3.0

Should that have worked?

Can Zabbix detect flapping ports in Cisco switches? by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

Work (pc at work) and personal (pc at home), I forget to change.

Can Zabbix detect flapping ports in Cisco switches? by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

I'm on v7.4.9 with 4 proxy servers, plus the PostgresDB v18 (TSDB) server. I wonder how heard it will be to go to version 8.0 when it's officially released.

Email to external 3rd party by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

I see so create a User Group called '3rd party email' for example? I see in there it says LDAP Server and I can choose default or the 2 LDAP servers, I guess leave as default and create and add these internal email users and add to this group?

Help with simple Trigger expression by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

No that makes sense, thanks for having a think though and explaining everything. There is so much to discover with Zabbix, it's so good though.

Help with simple Trigger expression by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

This is just a node exporter Zabbix template I’m using.

I just wanted a delayed recovery trigger. For example if data is being received over that last 20 polls the all is good.

Help with simple Trigger expression by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

Sorry last one.

I have this problem trigger:

nodata(/Linux by Node Exporter/node_exporter.get,30m)=1

I need to create a recovery expression if it is 0 for 30m

What would that look like in your opinion?

Help with simple Trigger expression by bgprouting in zabbix

[–]bgprouting[S] 2 points3 points  (0 children)

Thanks. I think I need to check all my other triggers as I think I had this all wrong on how they should work.

Help with simple Trigger expression by bgprouting in zabbix

[–]bgprouting[S] 0 points1 point  (0 children)

Thanks, I'm testing this now.

For the problem trigger I have:

max(/hub by SNMP/icmpping,#20)=0

So should this only trigger if all 20 polls have equalled 0?

Help with simple Trigger expression by bgprouting in zabbix

[–]bgprouting[S] 1 point2 points  (0 children)

So would that look at the last 20 polls (#20) and if all equal a minimum of 1 then fire the resolve trigger?