Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU load in percents #22

Open
pavlozt opened this issue Dec 17, 2024 · 1 comment
Open

CPU load in percents #22

pavlozt opened this issue Dec 17, 2024 · 1 comment

Comments

@pavlozt
Copy link

pavlozt commented Dec 17, 2024

Let's discuss calculating the CPU load in percent. Do all devices respond to such requests?
Everything looks very logical. The SNMP address is quite standard.

I run this command:

snmpbulkwalk -v 2c -c XXX 12.34.56.78 HOST-RESOURCES-MIB::hrProcessorLoad

HOST-RESOURCES-MIB::hrProcessorLoad.196608 = INTEGER: 3
HOST-RESOURCES-MIB::hrProcessorLoad.196609 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.196610 = INTEGER: 2
HOST-RESOURCES-MIB::hrProcessorLoad.196611 = INTEGER: 4

or numeric output:
snmpbulkwalk -v 2c -On -c XXX 12.34.56.78 .1.3.6.1.2.1.25.3.3.1.2

.1.3.6.1.2.1.25.3.3.1.2.196608 = INTEGER: 2
.1.3.6.1.2.1.25.3.3.1.2.196609 = INTEGER: 3
.1.3.6.1.2.1.25.3.3.1.2.196610 = INTEGER: 2
.1.3.6.1.2.1.25.3.3.1.2.196611 = INTEGER: 2
@pavlozt
Copy link
Author

pavlozt commented Dec 18, 2024

I have a small suggestion - #23

CPU utilization is now a aggregated calculated item. Thus, it will not be possible to use proposed template in Zabbix 5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant