This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 53db6d5 hostpage : launch full detection => OK
new 5f7ad39 ssh se connecte avec clé publique
new 0e6b0d9 bonne version de angular-toastr pour les dépendances
new 9e5ed0d hostpage: remove this host => OK
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 9e5ed0d204b9183f8f94e84bd53a763c76a570b0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 16:22:04 2015 +0100
hostpage: remove this host => OK
commit 0e6b0d90d1153bba3f1df200a1086548275c7908
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 15:36:01 2015 +0100
bonne version de angular-toastr pour les dépendances
commit 5f7ad39638f9ef3ed0f2e850acd5d962297cb728
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 15:17:46 2015 +0100
ssh se connecte avec clé publique
Summary of changes:
app/app.py | 1 +
app/modules/connection_modules/ssh.py | 3 +--
app/modules/storage_modules/shelve_db.py | 12 ++++++++----
app/process_monitoring.py | 9 +++++++--
bower.json | 5 +++--
static/js/controllers/hostPageCtrl.js | 6 ++++++
views/hostpage.html | 4 +++-
7 files changed, 29 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 926d024 OK pour connexion et lancement des modules avec cette connexion
new 2547482 correction updated_packages et message du websocket_container
new 48badcd hostpage : bouton si os non détecté
new 5db3e57 les modules de détection sont chargés de la même manière que les autres
new 53db6d5 hostpage : launch full detection => OK
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 53db6d574b84884f134d1ea1d85d6a8847e2fe36
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 14:52:21 2015 +0100
hostpage : launch full detection => OK
commit 5db3e57ddb62f176b5c5bc9734ec8009f4d2740f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 14:38:20 2015 +0100
les modules de détection sont chargés de la même manière que les autres
commit 48badcdb6af53dad361eb0fbfe30f01dd0fff841
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 12:06:08 2015 +0100
hostpage : bouton si os non détecté
commit 2547482fe1e77e4771589a08e37e8cd6d4fc11e2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 11:35:46 2015 +0100
correction updated_packages et message du websocket_container
Summary of changes:
app/app.py | 3 +
app/module_loader.py | 71 ++++++++++++++--------
app/modules/connection_modules/ssh.py | 1 -
app/modules/detection_modules/__init__.py | 3 +-
.../{unix => }/drive_detection.py | 22 +++++--
.../{unix => }/kernel_detection.py | 15 ++++-
.../detection_modules/{unix => }/os_detection.py | 14 ++++-
app/modules/detection_modules/unix/__init__.py | 2 -
.../detection_modules/unix/cpu_detection.py | 18 ------
.../detection_modules/unix/network_detection.py | 18 ------
app/modules/monitoring_modules/updated_packages.py | 5 +-
.../notification_modules/websocket_container.py | 2 +-
app/process_monitoring.py | 3 +-
static/js/controllers/hostPageCtrl.js | 14 +++++
views/hostpage.html | 5 +-
15 files changed, 113 insertions(+), 83 deletions(-)
rename app/modules/detection_modules/{unix => }/drive_detection.py (79%)
rename app/modules/detection_modules/{unix => }/kernel_detection.py (53%)
rename app/modules/detection_modules/{unix => }/os_detection.py (73%)
delete mode 100644 app/modules/detection_modules/unix/__init__.py
delete mode 100644 app/modules/detection_modules/unix/cpu_detection.py
delete mode 100644 app/modules/detection_modules/unix/network_detection.py
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 04ff1e8 hostpage et serveur : OK pour l'activation et la désactivation de modules
new d137cb9 hostpage : check now => OK
new aa79f07 sauvegarde conf de connection (sans formulaire dynamique)
new 926d024 OK pour connexion et lancement des modules avec cette connexion
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 926d024f06d07060fec949d4d039219b9b67cb44
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 11:21:13 2015 +0100
OK pour connexion et lancement des modules avec cette connexion
commit aa79f0791666ab7525283e8bec54c3e0ececc3e7
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 12 10:11:14 2015 +0100
sauvegarde conf de connection (sans formulaire dynamique)
commit d137cb9d839afa5b456ce1ea31464bc5c65a747d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 11 13:53:45 2015 +0100
hostpage : check now => OK
Summary of changes:
app/app.py | 10 +++++
app/module_loader.py | 30 +++++++++++---
app/modules/connection_modules/ssh.py | 11 +++--
app/modules/monitoring_modules/disk.py | 2 +-
app/modules/storage_modules/shelve_db.py | 69 +++++++++++++++++++++++++++++---
bower.json | 3 +-
conf.txt | 3 +-
static/js/controllers/headCtrl.js | 2 +
static/js/controllers/hostPageCtrl.js | 53 ++++++++++++++++++++----
static/js/mumApp.js | 2 +-
views/hostpage.html | 38 +++++++++++++++---
views/index.html | 1 +
12 files changed, 193 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 61c296b hostpage : modal des priorités de connection => OK
new 17ddcfc hostpage : paramètres avancés de connexion => ràf génération du formulaire
new 04ff1e8 hostpage et serveur : OK pour l'activation et la désactivation de modules
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 04ff1e845d96aac9db23a953e7aeee3d48b2bbe2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 11 13:02:43 2015 +0100
hostpage et serveur : OK pour l'activation et la désactivation de modules
commit 17ddcfca2c43ff0492222b04f5d6236761763c4e
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 10 16:23:06 2015 +0100
hostpage : paramètres avancés de connexion => ràf génération du formulaire
Summary of changes:
app/app.py | 16 ++-
app/module_loader.py | 54 ++++++++-
app/modules/storage_modules/shelve_db.py | 107 +++++++++++++++--
app/process_monitoring.py | 10 +-
bower.json | 6 +-
static/js/controllers/headCtrl.js | 5 +
static/js/controllers/hostPageCtrl.js | 190 ++++++++++++++++++++++++++++++-
static/js/mumApp.js | 2 +-
views/hostpage.html | 45 +++++++-
views/index.html | 1 +
10 files changed, 405 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 492e5c1 Les modules de monitoring sont maintenant chargés : d'une part ceux internes, d'autre part ceux dans le dossier extérieur spécifiés dans conf.txt
new b47efae les modules de connection sont chargés comme ceux de monitoring
new 2231aed code d'instruction websocket devenus textuels
new 61c296b hostpage : modal des priorités de connection => OK
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 61c296b19fc612d72ba25919739d857e3dcc94f2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 9 17:24:00 2015 +0100
hostpage : modal des priorités de connection => OK
commit 2231aed98bbc6c0ce773fc60b475d49c64c5ff69
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 9 17:03:37 2015 +0100
code d'instruction websocket devenus textuels
commit b47efaed91b459bd51ec86eff159cf44aaac7b6d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 9 12:10:52 2015 +0100
les modules de connection sont chargés comme ceux de monitoring
Summary of changes:
app/app.py | 43 ++---
app/module_loader.py | 211 ++++++++++-----------
app/modules/connection_modules/__init__.py | 3 +-
app/modules/connection_modules/nagios.py | 1 -
app/modules/connection_modules/snmp.py | 1 -
app/modules/connection_modules/ssh.py | 25 ++-
app/modules/detection_modules/nmap_detection.py | 17 +-
app/modules/monitoring_modules/__init__.py | 3 +-
app/modules/monitoring_modules/disk.py | 7 +-
app/modules/monitoring_modules/memory.py | 8 +-
.../notification_modules/websocket_container.py | 2 +-
app/modules/storage_modules/shelve_db.py | 63 ++++--
static/js/controllers/headCtrl.js | 18 +-
static/js/controllers/hostPageCtrl.js | 63 +++++-
static/js/controllers/scanCtrl.js | 2 +-
views/hostpage.html | 86 +--------
16 files changed, 264 insertions(+), 289 deletions(-)
delete mode 100644 app/modules/connection_modules/nagios.py
delete mode 100644 app/modules/connection_modules/snmp.py
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 46c28b3 - module_loader est dorénavant une classe - l'emplacement de la bdd et des modules externes sont configurables dans le fichier conf.txt
new 492e5c1 Les modules de monitoring sont maintenant chargés : d'une part ceux internes, d'autre part ceux dans le dossier extérieur spécifiés dans conf.txt
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 492e5c18d0dc2e8f13c7259f28707532285d9f8a
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 6 16:57:39 2015 +0100
Les modules de monitoring sont maintenant chargés : d'une part ceux internes, d'autre part ceux dans le dossier extérieur spécifiés dans conf.txt
Summary of changes:
app/app.py | 1 +
app/module_loader.py | 110 +++++++++++++--------
app/modules/monitoring_modules/__init__.py | 1 -
app/modules/monitoring_modules/{unix => }/disk.py | 24 ++++-
.../monitoring_modules/{unix => }/memory.py | 22 ++++-
app/modules/monitoring_modules/ping.py | 23 ++++-
app/modules/monitoring_modules/unix/__init__.py | 7 --
.../monitoring_modules/unix/updated_packages.py | 16 ---
app/modules/monitoring_modules/updated_packages.py | 37 +++++++
app/modules/storage_modules/shelve_db.py | 21 ++--
app/process_monitoring.py | 5 +-
conf.txt | 2 +-
12 files changed, 188 insertions(+), 81 deletions(-)
rename app/modules/monitoring_modules/{unix => }/disk.py (67%)
rename app/modules/monitoring_modules/{unix => }/memory.py (71%)
delete mode 100644 app/modules/monitoring_modules/unix/__init__.py
delete mode 100644 app/modules/monitoring_modules/unix/updated_packages.py
create mode 100644 app/modules/monitoring_modules/updated_packages.py
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 22b4a74 problème de conflit au niveau des dépendances résolu (mais filtre sur les groupes ne passe plus)
new 46c28b3 - module_loader est dorénavant une classe - l'emplacement de la bdd et des modules externes sont configurables dans le fichier conf.txt
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 46c28b3325adb6546479c5772e364d433dbf8454
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Mar 6 10:49:29 2015 +0100
- module_loader est dorénavant une classe
- l'emplacement de la bdd et des modules externes sont configurables dans le fichier conf.txt
Summary of changes:
app/app.py | 43 ++--
app/module_loader.py | 398 ++++++++++++++++---------------
app/modules/storage_modules/shelve_db.py | 11 +-
app/process_monitoring.py | 26 +-
conf.txt | 2 +-
static/js/controllers/groupCtrl.js | 10 +-
views/groups.html | 2 +-
7 files changed, 251 insertions(+), 241 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 0c2dda0 scan : les options de nmap peuvent être spécifiées avant le lancement
new 173e6f2 scan : le nom du fichier xml pour l'output de nmap est généré
new 22b4a74 problème de conflit au niveau des dépendances résolu (mais filtre sur les groupes ne passe plus)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 22b4a74c1cbfe74fb0a158128072508e1ad15600
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 5 17:00:14 2015 +0100
problème de conflit au niveau des dépendances résolu (mais filtre sur les groupes ne passe plus)
commit 173e6f2740849a33b777ef22af74383cff6c553f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 5 14:38:52 2015 +0100
scan : le nom du fichier xml pour l'output de nmap est généré
Summary of changes:
app/modules/detection_modules/nmap_detection.py | 11 +++--
bower.json | 5 +-
static/js/controllers/dashboardCtrl.js | 2 -
static/js/controllers/groupCtrl.js | 62 +++++++++++++++++++++++++
static/js/mumApp.js | 4 +-
views/dashboard.html | 3 +-
views/groups.html | 3 +-
views/index.html | 4 +-
views/scan.html | 2 +-
9 files changed, 80 insertions(+), 16 deletions(-)
create mode 100644 static/js/controllers/groupCtrl.js
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 602155e hostpage : ajout d'intervention possible
new 0c2dda0 scan : les options de nmap peuvent être spécifiées avant le lancement
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 0c2dda0d2cf45e20d818e2856ff6bb5c8801830f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 5 14:17:08 2015 +0100
scan : les options de nmap peuvent être spécifiées avant le lancement
Summary of changes:
app/app.py | 17 ++---
app/module_loader.py | 4 +-
app/modules/detection_modules/nmap_detection.py | 7 +-
app/process_monitoring.py | 2 +-
static/js/controllers/scanCtrl.js | 9 ++-
views/hostpage.html | 87 +++++++++++++++----------
views/scan.html | 4 +-
7 files changed, 79 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository mum.
See http://git.chorem.org/mum.git
from 350dcba frontend : passage du javascript de bootstrap (qui nécessite JQuery) à un AngularJS bootstrap (pour les modals, accordion, etc.) hostpage : affichage de la conf d'un module
new 75634f5 hostpage : modifs de la conf d'un module sauvegardées sur bdd
new 5bea208 hostpage : sauvegarde des informations custom du textarea dans bdd
new 602155e hostpage : ajout d'intervention possible
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 602155ee469ef8a1fc2ef83429caeeefd0a10ca2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 5 11:22:55 2015 +0100
hostpage : ajout d'intervention possible
commit 5bea208acea38f176b1a34d9c208604e7b12ce61
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Mar 5 10:13:53 2015 +0100
hostpage : sauvegarde des informations custom du textarea dans bdd
commit 75634f507277ea1d7b13f3d8a1e7cf82e3c60ce0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 4 17:30:26 2015 +0100
hostpage : modifs de la conf d'un module sauvegardées sur bdd
Summary of changes:
app/modules/storage_modules/shelve_db.py | 49 ++++++++-----
static/js/controllers/hostPageCtrl.js | 114 +++++++++++++++++++++++++++----
views/hostpage.html | 72 +++++++++----------
3 files changed, 166 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.