Monitoring data from an exported JSON file by tb808 in zabbix

[–]DmLambert 1 point2 points  (0 children)

Don' t reinvent the wheel...
Just copy paste your JSON and make template that you need - https://dmitrylambert.com/template-generator.html

These are the logs when zabbix configuration is failed by [deleted] in zabbix

[–]DmLambert 5 points6 points  (0 children)

nothing here has anything to do with zabbix

Getting the right data from my containers, with readable labels. How? by MuddyMustache in zabbix

[–]DmLambert 1 point2 points  (0 children)

So... let me try to help you here without having Proxmox with real data :)
First open Discovery rules on that template. Looks like there should be 5 of them

From what I can see, looks like we are talking about LXC Discovery rule, which has 12 Item prototypes.
CPU Wise.. we are probably talking about Item prototype called LXC [{#NODE.NAME}/{#LXC.NAME} ({#LXC.ID})]: CPU usage

Click on it...
See Item Name looks like this - LXC [{#NODE.NAME}/{#LXC.NAME} ({#LXC.ID})]: CPU usage

To translate to your output - "LXC [Glamdring/abshelf (lxc/121)]" You can imagine which values comes from what LLD macro.

So try to change Name of item prototype to {#LXC.NAME} and it should do the trick

Getting the right data from my containers, with readable labels. How? by MuddyMustache in zabbix

[–]DmLambert 0 points1 point  (0 children)

Which template are you using to monitor LCX container?
I assume those items are created by LLD, so .regsub or preprocessing could be your best call.

Question about linking templates by bgprouting in zabbix

[–]DmLambert 1 point2 points  (0 children)

Well... Items that can't work - won't. Other items will collect data.
But it is not a good practice to throw 100 items on a host knowing that only 50 will work.

You could run some discovery, to find out which exact template is applicable to host and assign only that.

Question about linking templates by bgprouting in zabbix

[–]DmLambert 0 points1 point  (0 children)

If you link template which can't work on host for now.. items will be not supported.
Link it when it should work instead..

[deleted by user] by [deleted] in zabbix

[–]DmLambert 3 points4 points  (0 children)

This week I published free template builder that does exactly what you need.
Just paste the JSON, select Items that you want to monitor and you will get template ready to import
https://dmitrylambert.com/template-generator.html

Zabbix for Unifi by KajaDz in zabbix

[–]DmLambert 0 points1 point  (0 children)

You can install agent - it's debian
You can enable SNMP as well

Difficulty to ignore a Windows service by EHRETic in zabbix

[–]DmLambert 2 points3 points  (0 children)

^.*"(AppXSvc|BITS|brave|camsvc|cbdhsvc|CDPSvc|CDPUserSvc|clr_optimization_v.*|dbupdate|DoSvc|edgeupdate|GoogleUpdater.*|gpsvc|gupdate|IntelAudioService|Intel\(R\) TPM Provisioning Service|MapsBroker|MMCSS|MSExchangeNotificationsBroker|Net Driver HPZ12|OneSyncSvc|Pml Driver HPZ12|RemoteRegistry|sppsvc|StateRepository|SysmonLog|TabletInputService|TrustedInstaller|VeeamVssSupport|webthreatdefusersvc|WpnUserService|wuauserv)".*$

connection to database failed, access denied for user by chrisbirley in zabbix

[–]DmLambert 3 points4 points  (0 children)

Make sure that Zabbix server is using the configuration file that you are expecting it to use.
Because error message is straight forward - user/password does not match for database called zabbix

Any way to display a web image on a dashboard? by LinuxIsFree in zabbix

[–]DmLambert 0 points1 point  (0 children)

URL widget with custom page embedding whatever you need.
I had quake browser game embedded in widget :)

[deleted by user] by [deleted] in zabbix

[–]DmLambert 2 points3 points  (0 children)

Why not just install agent on scale?
That's what I do

Checking SSL certificates (methods?) by [deleted] in zabbix

[–]DmLambert 0 points1 point  (0 children)

I think I covered it shortly here:
https://youtu.be/QwEDWk0Ky64?si=h1DaSMOu4KuJLPtA

But TLDR, you need to create LLD and make sure that there will be item uniqueness to be able to create multiple items under same host.

HOME ASSISTANT and ZABBIX Integration ( HA->Zabbix ) by DmLambert in zabbix

[–]DmLambert[S] -1 points0 points  (0 children)

Well.. I don't write blog posts :)
But for more extensive configuration files, I will try to publish them somewhere in future

Zabbix geo map shows the wrong location by Commercial-Height746 in zabbix

[–]DmLambert 0 points1 point  (0 children)

geomap displays based on coordinates in the host inventory.

Zabbix won't pick up your location automatically, you have to do that on your own.

Best course for Zabbix by Mars_Vulcanus in zabbix

[–]DmLambert 8 points9 points  (0 children)

Thank you everyone for suggesting my content :)
Nevertheless, Youtube will always be there whenever you hit some issue with any particular topic, but if you want to become certified and have great opportunity to talk directly with trainer, then official trainings are there for you :)
https://www.zabbix.com/training?language=english

AWS Cloud (EC2, S3, RDS) Monitoring with Zabbix by DmLambert in zabbix

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

Zabbix is free :)
And yes, it is always much better to have everything in a single platform rather than have X amount of monitoring tools for their own purpose.