-
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 8 replies
-
Hello @arrabito, We are aware of that issue as we also noticed how some monitoring fields do not appear in the web app. Best, |
Beta Was this translation helpful? Give feedback.
-
OK thanks a lot for the explanations. I would also have another question. I've noticed that in the values collected in the host field, there are all our DIRAC servers, as expected, but not only. I also found the names of the workers nodes where the jobs ran. Investigating a little bit, I found that this is due to the reports of the JobAgent. I guess that the Monitoring of the JobAgent should be desactivated, right? Even if we have the ComponentMonitoringSystem globally activated through:
Can I desactivate it for the JobAgent by setting:
Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @rupozzi Indeed if I display some metrics by "Host" I get plots of this type: which is not really what we want right? Thanks |
Beta Was this translation helpful? Give feedback.
-
To be honest, I am not sure myself about this and I would not rely too much on what is being shown. ComponentMonitoring was implemented quite a while ago and hasn't really been used by LHCb since it has never been working properly (afaik it is not even enabled for LHCb). Best, |
Beta Was this translation helpful? Give feedback.
-
@rupozzi ok good to know... I thought it was in use in LHCb because I've seen some plots in some past presentations. Anyway, I will wait for v8 to test it again. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @rupozzi The only thing I've done is to set the following option: /Operations//useESForJobParametersFlag = True but it doesn't seem to be enough. Thank you. |
Beta Was this translation helpful? Give feedback.
-
OK Thank you I will try this one. |
Beta Was this translation helpful? Give feedback.
-
Hi @fstagni I've tried the option you suggested for job parameters but I don't see any new type of index created in ES neither any new content in the existing wmshistory indexes in ES. I thought that indexes for job parameters would have been created automatically if they were not existing. Could you please tell me if this is the case or if some action is needed on ES beforehand? Also which is the index pattern that should contain job parameters? Currently we have: wmshistory Thank you. |
Beta Was this translation helpful? Give feedback.
-
Ok thank you. |
Beta Was this translation helpful? Give feedback.
-
OK thank you, so I confirm that they are not created in our case. |
Beta Was this translation helpful? Give feedback.
Hello @arrabito,
We are aware of that issue as we also noticed how some monitoring fields do not appear in the web app.
We have fixed it in Pull Request #5944, in which ComponentMonitoring will actually be replaced by two new monitoring types: ServiceMonitoring and AgentMonitoring.
The pull request will soon be merged and will be available in release 8.0.
Best,
Ruben