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

Performance Data shows "None" #1117

Open
Virsacer opened this issue Dec 27, 2024 · 2 comments
Open

Performance Data shows "None" #1117

Virsacer opened this issue Dec 27, 2024 · 2 comments
Labels
needs-feedback We'll only proceed once we hear from you again

Comments

@Virsacer
Copy link

Describe the bug

Icingaweb fille the performance data with "None" if more values are available.

To Reproduce

Have a check return performance data, which skips some warn/crit and/or min/max values like this:

'Port1_traffic_in'=0 'Port1_traffic_out'=0 'Port2_traffic_in'=0 'Port2_traffic_out'=0 'Port3_traffic_in'=0 'Port3_traffic_out'=0 'Port4_traffic_in'=0 'Port4_traffic_out'=0 'Port5_traffic_in'=0 'Port5_traffic_out'=0 'Port6_traffic_in'=13328;;;0;1000000000 'Port6_traffic_out'=20773;;;0;1000000000 'Port7_traffic_in'=0 'Port7_traffic_out'=0 'Port8_traffic_in'=4199;;;0;1000000000 'Port8_traffic_out'=5999;;;0;1000000000 'SFP+1_traffic_in'=306737;;;0;10000000000 'SFP+1_traffic_out'=30553;;;0;10000000000 'SFP+2_traffic_in'=11207;;;0;10000000000 'SFP+2_traffic_out'=284031;;;0;10000000000

Expected behavior

Icingaweb should print all available values.

Screenshots

Source-tab showing the performance data available:
image

But resulting in "None":
image

And for reference the output of the monitoring-module:
image

Your Environment

  • Icinga DB Web version (System - About): 1.1.3
  • Icinga Web 2 version (System - About): 2.12.2
  • Web browser: Firefox 134.0b10
  • Icinga 2 version (icinga2 --version): 2.14.3
  • Icinga DB version (icingadb --version): 1.2.1
  • PHP version used (php --version): 8.2.26
  • Server operating system and version: Debian 12
@sukhwinder33445
Copy link
Contributor

Hi @Virsacer,

I have used the performance data you provided and cannot see any changes, the MAX values given are the same in both modules. Instead of - as in the monitoring module, icingadb shows None if the value is not specified.

Have a look at the screenshot below, monitoring (left) and icingadb on the right:

Screenshot 2025-01-09 at 13 40 18

@sukhwinder33445 sukhwinder33445 added the needs-feedback We'll only proceed once we hear from you again label Jan 9, 2025
@Virsacer
Copy link
Author

Virsacer commented Jan 9, 2025

Hi @sukhwinder33445,
thanks for looking into this

Did you use a different version?
Because your icingadb-output is sorted the same way like in the monitoring-module
My icingadb-output is sorted alphabetically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback We'll only proceed once we hear from you again
Projects
None yet
Development

No branches or pull requests

2 participants