Skip to content

Commit

Permalink
Moved monitoring scripts to a separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Oct 6, 2022
1 parent 0ec21d7 commit 54a3891
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 276 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FILES_TO_RPM = src mon tools wopiserver.conf wopiserver.service wopiserver.logrotate
FILES_TO_RPM = src tools wopiserver.conf wopiserver.service wopiserver.logrotate
SPECFILE = $(shell find . -type f -name *.spec)
VERSREL = $(shell git describe | sed 's/^v//')
VERSION = $(shell echo ${VERSREL} | cut -d\- -f 1)
Expand Down
1 change: 0 additions & 1 deletion cernbox-wopi-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ install -m 644 src/cs3iface.py %buildroot/%_python_lib/cs3iface.py
install -m 644 wopiserver.service %buildroot/usr/lib/systemd/system/wopiserver.service
install -m 644 wopiserver.conf %buildroot/etc/wopi/wopiserver.defaults.conf
install -m 644 wopiserver.logrotate %buildroot/etc/logrotate.d/cernbox-wopi-server
install -m 755 mon/wopi_grafana_feeder.py %buildroot/usr/bin/wopi_grafana_feeder.py
install -m 755 tools/wopicheckfile.py %buildroot/usr/bin/wopicheckfile.py
install -m 755 tools/wopilistopenfiles.sh %buildroot/usr/bin/wopilistopenfiles.sh
install -m 755 tools/wopiopen.py %buildroot/usr/bin/wopiopen.py
Expand Down
162 changes: 0 additions & 162 deletions mon/wopi_grafana_feeder.py2

This file was deleted.

112 changes: 0 additions & 112 deletions mon/wopi_max_concurrency.py2

This file was deleted.

0 comments on commit 54a3891

Please sign in to comment.