Skip to content

Commit e2d764a

Browse files
authored
Merge pull request #1473 from nikodemas/dmmon_tool_upgrade
Update dmmon tool details
2 parents 230a8b9 + 54efde4 commit e2d764a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker/cmsmon-mongo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG MONGODBVER=5.0.9
1+
ARG MONGODBVER=5.0.26
22
FROM mongo:$MONGODBVER
33
MAINTAINER Ceyhun Uzunoglu ceyhunuzngl@gmail.com
44

kubernetes/monitoring/deploy-dmmon.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ echo "OS_PROJECT_NAME:${OS_PROJECT_NAME}, action: ${action}, secrets:${sdir}, cm
6060
# Check status of the cluster
6161
function cluster_check() {
6262
echo -e "\n*** check secrets"
63-
kubectl get secrets -A | grep -E "default *|http *|alerts *" | grep Opaque
63+
kubectl get secrets -A | grep -E "default *|auth *|datasetmon *" | grep Opaque
6464
echo -e "\n*** check svc"
65-
kubectl get svc -A | grep -E "default *|http *|alerts *"
65+
kubectl get svc -A | grep -E "default *|auth *|datasetmon *"
6666
echo -e "\n*** node status"
6767
kubectl top node
6868
echo -e "\n*** pods status"
69-
kubectl top pods --sort-by=memory -A | grep -E "default *|http *|alerts *"
70-
kubectl get pods -A | grep -E "default *|http *|alerts *"
69+
kubectl top pods --sort-by=memory -A | grep -E "default *|auth *|datasetmon *"
70+
kubectl get pods -A | grep -E "default *|auth *|datasetmon *"
7171
}
7272
# =================================================================================================
7373

kubernetes/monitoring/services/datasetmon/cmsmon-mongo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
spec:
3131
containers:
3232
- name: mongodb
33-
image: registry.cern.ch/cmsmonitoring/cmsmon-mongo:5.0.9
33+
image: registry.cern.ch/cmsmonitoring/cmsmon-mongo:5.0.26
3434
args: [ "--tlsAllowInvalidHostnames","--dbpath","/data/db","--profile","2","--slowms","9","--slowOpSampleRate","0.5"]
3535
livenessProbe:
3636
exec:

0 commit comments

Comments
 (0)