Git Product home page Git Product logo

Comments (5)

RichardKav avatar RichardKav commented on May 29, 2024

Is there anything in the Zabbix agent logs? or any additional information regarding the error?

Looking around on forums regarding similar errors indicates some kind of synchronisation issue:

from zabbix-nvidia-smi-integration.

ykslol avatar ykslol commented on May 29, 2024

My hostname and dns name are match. It is a hardware, not virtual host. In log the same discription of the error as in zabbix_web interface:

21482:20170718:162403.067 item "miner.yksys.pro:gpu.fanspeed" became not supported: Unsupported item key.
It is with the all gpu checks

But
zabbix_get -s miner.yksys.pro -k gpu.free
7432
Works with DNS and with Ip

Nothing 'criminal' in zabbix_agent log

from zabbix-nvidia-smi-integration.

RichardKav avatar RichardKav commented on May 29, 2024

There are several things that you might be able to try:

  1. A first basic test would be to see if the nvidia-smi command itself works. i.e.

nvidia-smi --query-gpu=fan.speed --format=csv,noheader,nounits -i 0

For some cards that are passively cooled it will report "[Not Supported]".

  1. Restarting both the agents and the main server might also help as per: https://www.zabbix.com/forum/showthread.php?t=52083

  2. If you move your mouse over the red cross in the "Info" column, you should have the reason why your
    items are unsupported.

  3. Looking around it might be that the polling rate is too high, and that the command is having difficulty responding in a timely fashion: https://sourceforge.net/p/zabbix/mailman/message/34913783/. Looking at code changes in ejimz/Elasticsearch-zabbix#10, they seem to introduce caching to get over similar issues, though in your case slowing the polling rate down might help.

  4. In another example if the data isn't been sent by the agent for a short while this might also happen: jitlogic/zorka#174. I/O bottlenecking in zbx-sadman/unifi_miner#4 seems to have caused these sort of issues as well.

  5. In https://serverfault.com/questions/761645/zabbix-issue-with-lld-lots-of-became-supported-became-not-supported they seem to switch in the template between 'Agent (active)' to 'Zabbix Trapper' in order to aid with the timing issues.

from zabbix-nvidia-smi-integration.

forging2012 avatar forging2012 commented on May 29, 2024

修改item类型为:Zabbix agent (active)即可。
Zabbix agent (active)

from zabbix-nvidia-smi-integration.

forging2012 avatar forging2012 commented on May 29, 2024

change item type to Zabbix agent (active) is OK.

from zabbix-nvidia-smi-integration.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.