summaryrefslogtreecommitdiffstats
path: root/repoman/bin/opengnsys.cron
Commit message (Collapse)AuthorAgeFilesLines
* #927 Remove opengnsys.cron scriptJavier Sánchez Parra2020-04-071-34/+0
| | | | | | | | | | | | | | | | | | This commit removes the opengnsys cron script that checks if the ogAdmServer is running or using too much CPU and restarts the process. Now that the ogAdmServer is more stable this script is not needed. Also, without this script we are going to know better when the ogAdmServer is having a problem and get better reports. In case you observe a crash in ogAdmServer, please, run it under valgrind: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --log-file=/tmp/ogadmserver-valgrind-out.log /opt/opengnsys/sbin/ogAdmServer -f /opt/opengnsys/etc/ogAdmServer.cfg And post your 'ogadmserver-valgrind-out.log' file to the mailing list. This patch changes the installer and the update scripts too. They do not configure opengnsys.cron anymore. The update script search and remove the deprecated files as well.
* #875: Removing old ogAdmRepo service.Ramón M. Gómez2018-11-141-5/+0
|
* #730: Sustitución del nombre del proyecto en ficheros del servidor.ramon2017-06-281-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5390 a21b9725-9963-47de-94b9-378ad31fedc9
* #616: Añadir variable {{{RUN_CRONJOB}}} a fichero ↵ramon2014-04-081-0/+3
| | | | | | {{{/etc/default/opengnsys}}} para elegir si no se desea ejecutar en el Cron el fichero de comprobación de servicios ejecutados. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4228 a21b9725-9963-47de-94b9-378ad31fedc9
* #621: Mejor detección del porcentaje de uso de CPU para evitar cuelgues del ↵ramon2014-03-211-4/+4
| | | | | | servidor. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4201 a21b9725-9963-47de-94b9-378ad31fedc9
* #621: Mover código del ticket:621 a la rama de desarrollo.ramon2014-02-271-5/+21
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4164 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #414: Pequeñas correcciones en scripts ejecutados por Cron.ramon2012-04-231-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2981 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #414: Arrancar servicios en CentOS; mejoras en ficheros de cron.ramon2012-03-201-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2902 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.2: añadir al cron un proceso de comprobación y reinicio ante ↵ramon2011-10-211-3/+7
| | | | | | caída de los servicios principales (modifica #426). git-svn-id: https://opengnsys.es/svn/branches/version1.0@2359 a21b9725-9963-47de-94b9-378ad31fedc9
* Plantilla para logrotate y script para el cron que levanta los servicios si ↵irina2011-07-011-0/+15
estan caidos git-svn-id: https://opengnsys.es/svn/branches/version1.0@2123 a21b9725-9963-47de-94b9-378ad31fedc9