Project

General

Profile

Feature #46499

Updated by Nathan Cutler almost 4 years ago

It recently came to my attention that the process of updating the monitoring stack to the current latest version will involve issuing a number of commands - at least these four: 

 <pre> 
 ceph orch redeploy prometheus 
 ceph orch redeploy grafana 
 ceph orch redeploy node-exporter 
 ceph orch redeploy alertmanager 
 </pre> 

 (and possibly more to, e.g., restart the running services?) 

 I am opening this ticket to ask the following question: Would it make sense to implement a single command for this? I'm calling it "ceph orch redeploy monitoring" (working title). 

 The only reason for having such a command is to make life easier for users. If the user simply wants to be certain they are running the latest version of all the monitoring components, they could issue a single easy-to-remember command instead of a list of commands.

Back