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

The grid_manage_hosts.php script is inneficient and can lead to plugins being disabled #9

Open
TheWitness opened this issue Sep 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@TheWitness
Copy link

Describe the bug

When you are looking for Client only hosts, the Integrated filter must be disabled and set to -1 so as to not run queries against the host table which will cause the system to hang, and possibly result in both the grid and license plugins being disabled.

RTM should disable the Integrated flag when viewing 'Client' only hosts. We should also change the JOIN to a right join in case the cluster has been removed but these hosts remain.

Lastly there is a session problem that will offer to delete Client only hosts from RTM which can lead to the removal of SNMP enabled RTM Servers from monitoring when removing RTM clients for an old cluster.

Expected behavior

Less buggy RTM.

@TheWitness TheWitness added the bug Something isn't working label Sep 28, 2022
sbuser-git added a commit to sbuser-git/ibm-spectrum-lsf-rtm-server that referenced this issue Sep 30, 2022
Issue IBM#9

Signed-off-by: Stephanie Buser <[email protected]>
ddb4github pushed a commit that referenced this issue Jan 11, 2023
* Update grid_benchmark_jobs.php
  Resolved #4, #5.
* Update grid_functions.php
  Resolved #6.
* Update grid_benchmark_jobs.php
* Update grid_manage_hosts.php
  Issue #9
* Update ss_grid_jobs.php, ss_grid_slot_ut.php, ss_grid_effectiveut.php, ss_grid_lssched_bcs.php
* Update 
  patch that disables the query cache for the Cacti Data Collectors - #10

Signed-off-by: Stephanie Buser <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant