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 a680e7f scan: can now add a host without nmap scan (generating an empty nmap_result) + hostpage: table is now hidden if no hosts are in the db
new 42f139e hostpage: unit of value visible on table
new 37e435d click on a link which is the current URL will now refresh the page + completing/harmonizing the comments
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 37e435d4cb4cdb16ce92e663f69911f1d74d1c66
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 8 17:58:46 2015 +0200
click on a link which is the current URL will now refresh the page
+ completing/harmonizing the comments
commit 42f139eb058b718aa9f5824130bbe80e4b259a6f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 8 10:54:17 2015 +0200
hostpage: unit of value visible on table
Summary of changes:
app/module_loader.py | 76 +++++++++++++++++++++++++--
app/modules/monitoring_modules/load.py | 2 +-
app/modules/storage_modules/shelve_db.py | 88 ++++++++++++++++++--------------
app/mum.py | 27 ++++------
app/process_monitoring.py | 8 +++
static/js/controllers/headCtrl.js | 3 --
static/js/controllers/hostPageCtrl.js | 80 +++++++++++++++++------------
static/js/mumApp.js | 65 +++++------------------
views/hostpage.html | 2 +-
views/notifications.html | 2 +-
views/profile.html | 2 +-
11 files changed, 204 insertions(+), 151 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 996699e shelve: corrected config_mod_activation => activating a module for the 1st time adds an instruction for process_monitoring + hostpage: non activated module line on table is not shown
new a680e7f scan: can now add a host without nmap scan (generating an empty nmap_result) + hostpage: table is now hidden if no hosts are in the db
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 a680e7f2b4937f139d2b8ed8fe8eafb904b44e68
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Apr 7 16:38:12 2015 +0200
scan: can now add a host without nmap scan (generating an empty nmap_result)
+ hostpage: table is now hidden if no hosts are in the db
Summary of changes:
app/module_loader.py | 11 +++++++++++
app/mum.py | 3 +++
static/js/controllers/scanCtrl.js | 6 ++++++
views/dashboard.html | 6 +++++-
views/scan.html | 17 +++++++++++++++--
5 files changed, 40 insertions(+), 3 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 e13c42c swap monitoring module added + monitoring isntructions removed from process list if execution failed
new 6f723c7 cpu module added
new b834acf 15 min load average module added
new 996699e shelve: corrected config_mod_activation => activating a module for the 1st time adds an instruction for process_monitoring + hostpage: non activated module line on table is not shown
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 996699e0c14e4e9f2732dfde0d1cb188641eac92
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Apr 3 17:33:26 2015 +0200
shelve: corrected config_mod_activation => activating a module for the 1st time adds an instruction for process_monitoring
+ hostpage: non activated module line on table is not shown
commit b834acf5ca25f73b5391d8f365253cda5559de64
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Apr 3 17:14:11 2015 +0200
15 min load average module added
commit 6f723c7080e2b98374036cda9ee7d43e874a88cb
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Apr 3 17:07:25 2015 +0200
cpu module added
Summary of changes:
app/modules/monitoring_modules/cpu.py | 31 +++++++++++++++++++++++++++++++
app/modules/monitoring_modules/load.py | 25 +++++++++++++++++++++++++
app/modules/storage_modules/shelve_db.py | 8 ++++++++
views/hostpage.html | 4 +++-
4 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 app/modules/monitoring_modules/cpu.py
create mode 100644 app/modules/monitoring_modules/load.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 ad00240 lock ajouté dans la classe shelve + refctoring des méthodes appellant process_monitoring afin de ne plus ajour de dépendances shelve/process_monitoring (tout centraliser dans module_loader)
new 686769b hostpage refreshed after full detection + at the start of the service, the next check is last_check + check_freq and not datetime.now()
new e13c42c swap monitoring module added + monitoring isntructions removed from process list if execution failed
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 e13c42cfe4304fdb99a09ad62f5c02d051dff02d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Apr 3 16:16:50 2015 +0200
swap monitoring module added + monitoring isntructions removed from process list if execution failed
commit 686769b5a5e4bbbeab7dee08a9a1d038c7271ba0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Apr 3 14:34:05 2015 +0200
hostpage refreshed after full detection + at the start of the service, the next check is last_check + check_freq and not datetime.now()
Summary of changes:
app/module_loader.py | 7 ++++++-
app/modules/monitoring_modules/swap.py | 26 ++++++++++++++++++++++++++
app/modules/storage_modules/shelve_db.py | 10 +++++++++-
app/mum.py | 1 +
app/process_monitoring.py | 2 --
static/js/controllers/hostPageCtrl.js | 7 +++++++
6 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 app/modules/monitoring_modules/swap.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 4f1bea8 detection modules refactorés
new ad00240 lock ajouté dans la classe shelve + refctoring des méthodes appellant process_monitoring afin de ne plus ajour de dépendances shelve/process_monitoring (tout centraliser dans module_loader)
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 ad00240170f3e0e9bd249b8908f6adb6b1e9de55
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Apr 3 12:00:26 2015 +0200
lock ajouté dans la classe shelve + refctoring des méthodes appellant process_monitoring afin de ne plus ajour de dépendances shelve/process_monitoring (tout centraliser dans module_loader)
Summary of changes:
app/module_loader.py | 43 ++++++++++++++++++++-------
app/modules/storage_modules/shelve_db.py | 50 +++++++++++++++++---------------
app/mum.py | 21 ++++++--------
static/js/controllers/headCtrl.js | 3 ++
static/js/controllers/hostPageCtrl.js | 15 +++++-----
5 files changed, 79 insertions(+), 53 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 ca647b1 corrigé un bug lors de la suppresion d'un hôte
new 4f1bea8 detection modules refactorés
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 4f1bea8f1259645eac3ca8d38cf307f765d1775e
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Apr 2 17:29:39 2015 +0200
detection modules refactorés
Summary of changes:
app/module_loader.py | 14 ++---
app/modules/detection_modules/drive_detection.py | 65 ++++++++--------------
app/modules/detection_modules/kernel_detection.py | 29 +++-------
app/modules/detection_modules/os_detection.py | 45 +++++----------
.../{detection_modules => }/nmap_detection.py | 0
app/modules/storage_modules/shelve_db.py | 5 +-
6 files changed, 54 insertions(+), 104 deletions(-)
rename app/modules/{detection_modules => }/nmap_detection.py (100%)
--
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 ce0339e global_conf: affichage des modules par block et changement de conf possible
new ca647b1 corrigé un bug lors de la suppresion d'un hôte
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 ca647b19fc21515dd3916f40119b15d1c82e511a
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Apr 2 10:57:04 2015 +0200
corrigé un bug lors de la suppresion d'un hôte
Summary of changes:
app/process_monitoring.py | 2 --
static/js/controllers/hostPageCtrl.js | 7 +++++--
static/js/controllers/notificationsCtrl.js | 14 +++++++-------
static/js/controllers/profileCtrl.js | 6 +++---
static/js/controllers/usersCtrl.js | 8 ++++----
views/settings.html | 4 +---
6 files changed, 20 insertions(+), 21 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 9af4a08 surcharge des modules de monitoring
new e90937d champ 'global_conf' maintenant présent dans la bdd. le contenu est initialisé au lancement de l'appli selon les modules chargés
new ce0339e global_conf: affichage des modules par block et changement de conf possible
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 ce0339efd7a35d377b6d1c2df1c279d2c1ae9e7d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Apr 2 10:24:21 2015 +0200
global_conf: affichage des modules par block et changement de conf possible
commit e90937d482b0f16f55e538c52eddc1dd8dcaaf1a
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 1 16:00:43 2015 +0200
champ 'global_conf' maintenant présent dans la bdd. le contenu est initialisé au lancement de l'appli selon les modules chargés
Summary of changes:
app/modules/monitoring_modules/ping.py | 4 +-
app/modules/storage_modules/shelve_db.py | 204 +++++++++++++++----------------
app/mum.py | 1 +
app/process_monitoring.py | 8 +-
static/js/controllers/groupCtrl.js | 4 +-
static/js/controllers/hostPageCtrl.js | 10 +-
static/js/controllers/settingsCtrl.js | 106 +++++++++++++++-
views/index.html | 1 +
views/settings.html | 200 ++++++++++--------------------
9 files changed, 286 insertions(+), 252 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 925de3c hostpage: le champ pour corriger l'os détecté est un menu déroulant.
new a7dbf94 notifications: bilan de toutes les notif
new 9af4a08 surcharge des modules de monitoring
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 9af4a08881702be613fe21aae23e0b22504e5fd5
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 1 11:54:05 2015 +0200
surcharge des modules de monitoring
commit a7dbf94ba8a9d0c9df769f27f7f18478583f28cb
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 31 10:58:05 2015 +0200
notifications: bilan de toutes les notif
Summary of changes:
app/module_loader.py | 79 ++++++++++++----------
app/modules/monitoring_modules/disk.py | 74 +++++++-------------
app/modules/monitoring_modules/memory.py | 72 +++++++-------------
app/modules/monitoring_modules/ping.py | 59 ++++++----------
app/modules/monitoring_modules/updated_packages.py | 38 +++--------
app/mum.py | 34 ++++++----
static/js/controllers/headCtrl.js | 3 +
static/js/controllers/hostPageCtrl.js | 4 +-
static/js/controllers/notificationsCtrl.js | 33 ++++++++-
static/js/controllers/settingsCtrl.js | 3 +
static/js/mumApp.js | 4 +-
views/hostpage.html | 5 +-
views/notifications.html | 41 +++++++++++
13 files changed, 226 insertions(+), 223 deletions(-)
create mode 100644 static/js/controllers/settingsCtrl.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 df5ffd6 fichier de conf ajouté de nouveau à git. il est nécessaire de faire une copie locale de ce fichier avant de le modifier => README mis à jour ainsi que script install.sh + paramètres du service ajoutés au fichier de conf
new 925de3c hostpage: le champ pour corriger l'os détecté est un menu déroulant.
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 925de3c9026164584ad6f479f06c4b1379029ed7
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 30 11:11:15 2015 +0200
hostpage: le champ pour corriger l'os détecté est un menu déroulant.
Summary of changes:
app/module_loader.py | 17 ++++++++++++++++-
app/mum.py | 3 +--
static/js/controllers/hostPageCtrl.js | 6 +++++-
views/hostpage.html | 4 +++-
4 files changed, 25 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.