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 16c9ac0 hostpage : OK pour l'affichage des données
new 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
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 350dcba6b3065fb304668d921798862f46e8edf6
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Mar 4 17:04:28 2015 +0100
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
Summary of changes:
app/app.py | 9 +-
app/module_loader.py | 31 +-
app/modules/storage_modules/shelve_db.py | 50 ++-
bower.json | 3 +-
conf.txt | 2 +
static/css/dashboard.css | 2 +
static/js/controllers/dashboardCtrl.js | 19 +-
static/js/controllers/headCtrl.js | 14 +-
static/js/controllers/hostPageCtrl.js | 76 +++-
static/js/mumApp.js | 16 +-
views/hostpage.html | 597 ++++++++++++++++---------------
views/index.html | 22 +-
12 files changed, 516 insertions(+), 325 deletions(-)
create mode 100644 conf.txt
--
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 4d7d99f hostpage : detection (ràf mettre en forme)
new 16c9ac0 hostpage : OK pour l'affichage des données
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 16c9ac02ff627e4cf35896852d5bc246e859d7d1
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Mar 3 11:19:38 2015 +0100
hostpage : OK pour l'affichage des données
Summary of changes:
app/modules/storage_modules/shelve_db.py | 2 --
static/js/controllers/hostPageCtrl.js | 6 ++--
views/hostpage.html | 62 +++++++++++++++++++++-----------
views/index.html | 2 +-
4 files changed, 44 insertions(+), 28 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 6ce6fa1 l'url détermine l'adresse du websocket dans le controlleur
new 98c7577 séparation des controlleurs angular
new d195dd8 séparation des controlleurs angular
new 7f6bf28 séparation des controlleurs angular (scanCtrl ajouté)
new 419b9f7 hostpage : bilan des check => OK
new 4d7d99f hostpage : detection (ràf mettre en forme)
The 5 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 4d7d99f13b57a5e6314bf490c66f1807a8a21d7b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 18:05:59 2015 +0100
hostpage : detection (ràf mettre en forme)
commit 419b9f75b2c2a84c5a91dae8e02490170e376241
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 17:16:25 2015 +0100
hostpage : bilan des check => OK
commit 7f6bf28c6712f1dcea71cd66a8ba6b69030a6dd4
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 15:03:06 2015 +0100
séparation des controlleurs angular (scanCtrl ajouté)
commit d195dd8ca8927dc09500ce056d9e0de07372d9c2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 14:23:15 2015 +0100
séparation des controlleurs angular
commit 98c7577d5babe9c4dbf21e80197ef9cfb2a536a6
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Mar 2 14:04:23 2015 +0100
séparation des controlleurs angular
Summary of changes:
app/app.py | 7 +-
app/modules/storage_modules/shelve_db.py | 41 ++--
static/js/controllers/dashboardCtrl.js | 141 +++++++++++
static/js/controllers/headCtrl.js | 117 +++++++++
static/js/controllers/hostPageCtrl.js | 21 ++
static/js/controllers/mainCtrl.js | 404 -------------------------------
static/js/controllers/scanCtrl.js | 22 ++
static/js/mumApp.js | 147 +++++++++++
views/dashboard.html | 3 +-
views/hostpage.html | 215 ++++------------
views/index.html | 141 +++++------
11 files changed, 590 insertions(+), 669 deletions(-)
create mode 100644 static/js/controllers/dashboardCtrl.js
create mode 100644 static/js/controllers/headCtrl.js
create mode 100644 static/js/controllers/hostPageCtrl.js
delete mode 100644 static/js/controllers/mainCtrl.js
create mode 100644 static/js/controllers/scanCtrl.js
create mode 100644 static/js/mumApp.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 f761f90 ping request is now the monitoring by default, if any configuration for the host have been done
new 6ce6fa1 l'url détermine l'adresse du websocket dans le controlleur
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 6ce6fa1c3cefc854596fe25cc8d256e17306d10e
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 27 12:02:54 2015 +0100
l'url détermine l'adresse du websocket dans le controlleur
Summary of changes:
README | 3 +++
app/modules/monitoring_modules/ping.py | 2 --
static/js/controllers/mainCtrl.js | 10 +++++++---
3 files changed, 10 insertions(+), 5 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 dada3f9 changed bootstrap.sh in order to parameter bottle for angular.js
new d9ab090 installation details on readme
new f761f90 ping request is now the monitoring by default, if any configuration for the host have been done
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 f761f908bb1e145e81825ae048a5ba268bd87b6f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 27 11:19:18 2015 +0100
ping request is now the monitoring by default, if any configuration for the host have been done
commit d9ab090dfeb605214863b100e6901a75155f785f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Feb 26 16:47:15 2015 +0100
installation details on readme
Summary of changes:
README | 35 +++++++--
app/app.py | 9 ++-
app/module_loader.py | 12 ++-
app/modules/monitoring_modules/__init__.py | 3 +-
app/modules/monitoring_modules/ping.py | 27 +++++++
app/modules/storage_modules/shelve_db.py | 117 +++++++++++++++++++----------
app/process_monitoring.py | 12 ++-
7 files changed, 161 insertions(+), 54 deletions(-)
create mode 100644 app/modules/monitoring_modules/ping.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 a1175ea optimization on process_monitoring
new dada3f9 changed bootstrap.sh in order to parameter bottle for angular.js
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 dada3f93b1d3651867fd6e844cf423aa2b9ae96d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Feb 26 16:00:29 2015 +0100
changed bootstrap.sh in order to parameter bottle for angular.js
Summary of changes:
README | 5 +++++
bootstrap.sh | 4 ++++
2 files changed, 9 insertions(+)
create mode 100644 README
--
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 a3a9dcb the monitoring can now resume after launching again the server
new c0814f3 new class : WebSocketContainer, which permit to refresh the frontend when a check occures + added 'warning' and 'danger' list of modules as information on get_hosts() => now is visible on dashboard
new a1175ea optimization on process_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 a1175ea2326e3dea53dd9471076d64edb361ff0c
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Feb 26 15:42:54 2015 +0100
optimization on process_monitoring
commit c0814f3675c4f6c2423a930ff47bd3f4b331aece
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Feb 26 15:23:52 2015 +0100
new class : WebSocketContainer, which permit to refresh the frontend when a check occures + added 'warning' and 'danger' list of modules as information on get_hosts() => now is visible on dashboard
Summary of changes:
app/app.py | 10 ++++++++--
app/{ => modules/notification_modules}/__init__.py | 0
.../notification_modules/websocket_container.py | 19 ++++++++++++++++++
app/modules/storage_modules/shelve_db.py | 9 +++++++++
app/process_monitoring.py | 23 +++++++++++++++-------
views/dashboard.html | 3 ++-
6 files changed, 54 insertions(+), 10 deletions(-)
copy app/{ => modules/notification_modules}/__init__.py (100%)
create mode 100644 app/modules/notification_modules/websocket_container.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 243bf51 the monitoring can now resume after launching again the server
new a3a9dcb the monitoring can now resume after launching again the server
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 a3a9dcba01e6d780152475dcbec1edaa59253813
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Feb 26 12:59:33 2015 +0100
the monitoring can now resume after launching again the server
Summary of changes:
app/process_monitoring.py | 18 +++++++-----------
1 file changed, 7 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 440088c monitoring automatique fonctionnel
new 243bf51 the monitoring can now resume after launching again the server
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 243bf5116c0495ab5477ddaece0ca02f002bdbf0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Feb 26 12:57:10 2015 +0100
the monitoring can now resume after launching again the server
Summary of changes:
app/app.py | 6 +++---
app/module_loader.py | 15 ++++++++++++++-
app/modules/storage_modules/shelve_db.py | 18 ++++++++++++++++--
app/process_monitoring.py | 16 +++++++++++++---
requirements.txt | 3 +--
5 files changed, 47 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 b88b55e clicking on status on the navbar now puts the right status filter
new 2488f0f nmap detection can now be launch with a hostname + exception if the host doesn't exists handled
new 7fe4e89 first part of ProcessMonitoring
new 440088c monitoring automatique fonctionnel
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 440088c864dcce0638ac1e0801a8b087781aca7b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Feb 26 11:06:38 2015 +0100
monitoring automatique fonctionnel
commit 7fe4e89a17f134660bcb69a2c1e9fe2f78abee8b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Feb 25 15:28:05 2015 +0100
first part of ProcessMonitoring
commit 2488f0fd400c522e27e563830ca7d4b4e1767edf
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Feb 25 11:16:31 2015 +0100
nmap detection can now be launch with a hostname + exception if the host doesn't exists handled
Summary of changes:
app/app.py | 44 ++++----
app/module_loader.py | 70 ++++++++-----
app/modules/HostNotFoundException.py | 13 +++
app/modules/detection_modules/nmap_detection.py | 28 +++++-
app/modules/storage_modules/shelve_db.py | 127 +++++++++++++++++++-----
app/process_monitoring.py | 79 +++++++++++++++
static/js/controllers/mainCtrl.js | 12 ++-
views/dashboard.html | 2 +-
views/hostpage.html | 1 +
views/scan.html | 6 +-
10 files changed, 299 insertions(+), 83 deletions(-)
create mode 100644 app/modules/HostNotFoundException.py
create mode 100644 app/process_monitoring.py
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.