Anomalie #7131
Utilisation de /etc/eole/release dans rvp.actions
Status:
Fermé
Priority:
Bas
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.4
Description
root@horus:~# head -n8 /usr/share/zephir/monitor/actions/eole/rvp.actions #!/usr/bin/env python # -*- coding: UTF-8 -*- def action_error(agent, old_status, new_status): """redémarre le service rvp sur amon uniquement si erreur tunnels """ from os import system release = open('/etc/eole/release','r').read().split('\n')
Related issues
Associated revisions
Merge branch '2.3'
rvp.actions : test type module Eole avec variables (plus release)
fixes #7131 @1h
Conflicts:
tmpl/00_root_zephirclient.fw
History
#1 Updated by Fabrice Barconnière over 9 years ago
- Status changed from Nouveau to A étudier
- Target version set to Eole 2.4-RC3
#2 Updated by Fabrice Barconnière over 9 years ago
- Due date set to 03/21/2014
- Status changed from A étudier to Accepté
- Assigned To set to Fabrice Barconnière
#3 Updated by Fabrice Barconnière over 9 years ago
- Status changed from Accepté to Résolu
- % Done changed from 0 to 100
Appliqué par commit c6f257c1b0dcc45a697e198d8f9f90b6dda52d27.
#4 Updated by Emmanuel GARETTE over 9 years ago
- Status changed from Résolu to Fermé
root@scribe:~# grep release /usr/share/zephir/monitor/actions/eole/* root@scribe:~#