summaryrefslogtreecommitdiffstats
path: root/repoman
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2018-11-14 18:40:06 +0100
committerRamón M. Gómez <ramongomez@us.es>2018-11-14 18:40:06 +0100
commitb351d8afce7769df7e57c13c88efc3b1346d031e (patch)
tree39bb18d7f7d2033881efc2214a694595dd7ea575 /repoman
parent348b5c973a033baec95cb0bd460594ab117ad5ce (diff)
#875: Removing old ogAdmRepo service.
Diffstat (limited to 'repoman')
-rwxr-xr-xrepoman/bin/opengnsys.cron5
-rw-r--r--repoman/etc/logrotate.tmpl2
-rw-r--r--repoman/etc/ogAdmRepo.cfg.tmpl2
3 files changed, 3 insertions, 6 deletions
diff --git a/repoman/bin/opengnsys.cron b/repoman/bin/opengnsys.cron
index 78f01db5..32c6f493 100755
--- a/repoman/bin/opengnsys.cron
+++ b/repoman/bin/opengnsys.cron
@@ -31,9 +31,4 @@ if [ "$RUN_OGADMSERVER" == "yes" ]; then
/etc/init.d/opengnsys restart
fi
fi
-# Reiniciar servicios si es repositorio y proceso ogAdmRepo está caído.
-if [ "$RUN_OGADMREPO" == "yes" -a $(pgrep ogAdmRepo | wc -w) == 0 ]; then
- date +"%d/%m/%Y %H:%M ERROR: El servicio ogAdmRepo estaba caido, se reinicia" >> $LOGDIR/ogAdmRepo.log
- /etc/init.d/opengnsys restart
-fi
diff --git a/repoman/etc/logrotate.tmpl b/repoman/etc/logrotate.tmpl
index f2dfcf4b..62cdbaf0 100644
--- a/repoman/etc/logrotate.tmpl
+++ b/repoman/etc/logrotate.tmpl
@@ -3,7 +3,7 @@
# Las copias se comprimen
# Los registros de las transferencias multicast se guardan una semana (repo).
# El resto de los registros se comprueban diariamente que no excedan 100k. Se mantienen los últimos 5.
-# Con esta condición de los servicios ogAdmServer y ogAdmRepo conservan datos de más de un mes.
+# Con esta condición los servicios de OpenGnsys Repository conservan datos de más de un mes.
copytruncate
compress
diff --git a/repoman/etc/ogAdmRepo.cfg.tmpl b/repoman/etc/ogAdmRepo.cfg.tmpl
new file mode 100644
index 00000000..ed68ea60
--- /dev/null
+++ b/repoman/etc/ogAdmRepo.cfg.tmpl
@@ -0,0 +1,2 @@
+IPlocal=SERVERIP
+ApiToken=REPOKEY