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 383e5c4 removing *.pyc files
new 75490f3 result of monitoring can be shown on dashboard
new b88b55e clicking on status on the navbar now puts the right status filter
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 b88b55e16f189e1ca44dffa10ad322bafe2f982b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Feb 24 17:54:20 2015 +0100
clicking on status on the navbar now puts the right status filter
commit 75490f3a101a72a3d289f9a780c01346d5d412a8
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Feb 24 17:28:18 2015 +0100
result of monitoring can be shown on dashboard
Summary of changes:
.../detection_modules/unix/kernel_detection.py | 1 -
app/modules/storage_modules/shelve_db.py | 4 +-
static/js/controllers/mainCtrl.js | 92 +++-------------------
views/dashboard.html | 6 +-
views/index.html | 8 +-
5 files changed, 19 insertions(+), 92 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 327132f règle .gitignore pour les .pyc ajoutée
new 383e5c4 removing *.pyc files
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 383e5c4e2da372a7445b46b2316d33d4df50d785
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Feb 24 17:09:01 2015 +0100
removing *.pyc files
Summary of changes:
app/app.pyc | Bin 4800 -> 0 bytes
app/module_loader.pyc | Bin 1848 -> 0 bytes
app/modules/__init__.pyc | Bin 165 -> 0 bytes
app/modules/connection_modules/__init__.pyc | Bin 215 -> 0 bytes
app/modules/connection_modules/ssh.pyc | Bin 1330 -> 0 bytes
app/modules/detection_modules/__init__.pyc | Bin 191 -> 0 bytes
app/modules/detection_modules/nmap_detection.pyc | Bin 4355 -> 0 bytes
app/modules/detection_modules/unix/__init__.pyc | Bin 275 -> 0 bytes
app/modules/detection_modules/unix/drive_detection.pyc | Bin 1445 -> 0 bytes
app/modules/storage_modules/__init__.pyc | Bin 218 -> 0 bytes
app/modules/storage_modules/shelve_db.pyc | Bin 4335 -> 0 bytes
11 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 app/app.pyc
delete mode 100644 app/module_loader.pyc
delete mode 100644 app/modules/__init__.pyc
delete mode 100644 app/modules/connection_modules/__init__.pyc
delete mode 100644 app/modules/connection_modules/ssh.pyc
delete mode 100644 app/modules/detection_modules/__init__.pyc
delete mode 100644 app/modules/detection_modules/nmap_detection.pyc
delete mode 100644 app/modules/detection_modules/unix/__init__.pyc
delete mode 100644 app/modules/detection_modules/unix/drive_detection.pyc
delete mode 100644 app/modules/storage_modules/__init__.pyc
delete mode 100644 app/modules/storage_modules/shelve_db.pyc
--
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 fc9ba1a changing a page doesn't close websocket anymore + scan page fixed (now use the same controller as other pages)
new db30db4 autoconfiguration of detected hosts by modules : OK
new b52c260 test monitoring sur localhost : OK
new 327132f règle .gitignore pour les .pyc ajoutée
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 327132ff3d2306fcb65a3adf3f988a540b1b4a25
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Feb 24 17:06:10 2015 +0100
règle .gitignore pour les .pyc ajoutée
commit b52c260056c477b1d44043c76b3e5efc2b938dbc
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Feb 24 17:02:26 2015 +0100
test monitoring sur localhost : OK
commit db30db467b2c6259b7a943531f440c0aa71f4e44
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Feb 24 15:03:41 2015 +0100
autoconfiguration of detected hosts by modules : OK
Summary of changes:
.gitignore | 4 +-
app/app.py | 6 +-
app/module_loader.py | 18 +--
app/modules/detection_modules/nmap_detection.py | 12 +-
app/modules/monitoring_modules/unix/disk.py | 3 +-
app/modules/monitoring_modules/unix/memory.py | 4 +-
.../monitoring_modules/unix/updated_packages.py | 8 +-
app/modules/storage_modules/shelve_db.py | 122 ++++++++++++---------
static/js/controllers/mainCtrl.js | 30 ++++-
views/dashboard.html | 2 +-
views/hostpage.html | 2 +-
11 files changed, 128 insertions(+), 83 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 7b9d4f3 routing is now managed with angularjs (index.html is main template)
new fc9ba1a changing a page doesn't close websocket anymore + scan page fixed (now use the same controller as other pages)
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 fc9ba1a26e82840b7ce078f6cd44fd943d61ed4b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Feb 24 10:28:54 2015 +0100
changing a page doesn't close websocket anymore + scan page fixed (now use the same controller as other pages)
Summary of changes:
static/js/controllers/detectCtrl.js | 79 -------------------------------------
static/js/controllers/mainCtrl.js | 41 +++++++++++--------
views/index.html | 2 +
views/scan.html | 2 +-
4 files changed, 28 insertions(+), 96 deletions(-)
delete mode 100644 static/js/controllers/detectCtrl.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 34f7267 scanned ip printed after scan
new 7b9d4f3 routing is now managed with angularjs (index.html is main template)
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 7b9d4f33a22b0b76e2e184df5c42ee95233376c7
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Feb 23 18:03:54 2015 +0100
routing is now managed with angularjs (index.html is main template)
Summary of changes:
bower.json | 3 +-
static/js/controllers/mainCtrl.js | 431 +++++++++++++++++++++++++++++++++
static/js/controllers/settings_ctrl.js | 8 -
static/js/controllers/table_ctrl.js | 306 -----------------------
views/dashboard.html | 77 ------
views/groups.html | 72 +-----
views/hostpage.html | 72 +-----
views/index.html | 93 ++++---
views/notifications.html | 67 -----
views/profile.html | 69 ------
views/scan.html | 69 ------
views/settings.html | 69 ------
views/stats.html | 70 ------
views/users.html | 71 ------
14 files changed, 499 insertions(+), 978 deletions(-)
create mode 100644 static/js/controllers/mainCtrl.js
delete mode 100644 static/js/controllers/settings_ctrl.js
delete mode 100644 static/js/controllers/table_ctrl.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 9d8f7dd memory module added
new 097e279 disk space monitoring added
new 782a408 ModuleNotCompatibleException and CommandNotFoundException created
new b3798b1 exception messages error are sent by websocket if available
new ff95e7d autoconfiguration of host connections
new 34f7267 scanned ip printed after scan
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 34f72679048bc828c3844403b16a8b40a557a3b6
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Feb 23 16:38:05 2015 +0100
scanned ip printed after scan
commit ff95e7da31e16f9e61daa8480d30ec70475c348e
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Feb 23 15:42:23 2015 +0100
autoconfiguration of host connections
commit b3798b16db5760adf26a21f849325c2345ec0a4e
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Feb 23 13:48:12 2015 +0100
exception messages error are sent by websocket if available
commit 782a408b6b0ad52e965f9b53a792982f45ebf1cf
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Feb 23 12:38:54 2015 +0100
ModuleNotCompatibleException and CommandNotFoundException created
commit 097e279bd6af30b88b3069734e0a810b725bacd2
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Feb 23 10:24:27 2015 +0100
disk space monitoring added
Summary of changes:
app/app.py | 34 +++++++------
app/module_loader.py | 65 ++++++++++++++++++++-----
app/modules/CommandNotFoundException.py | 14 ++++++
app/modules/ModuleNotCompatibleException.py | 14 ++++++
app/modules/connection_modules/ssh.py | 13 +++--
app/modules/detection_modules/nmap_detection.py | 14 +++---
app/modules/monitoring_modules/unix/__init__.py | 5 +-
app/modules/monitoring_modules/unix/disk.py | 36 ++++++++++++++
app/modules/monitoring_modules/unix/memory.py | 17 ++++++-
app/modules/storage_modules/shelve_db.py | 39 ++++++++++-----
static/js/controllers/detectCtrl.js | 1 +
views/scan.html | 1 +
12 files changed, 201 insertions(+), 52 deletions(-)
create mode 100644 app/modules/CommandNotFoundException.py
create mode 100644 app/modules/ModuleNotCompatibleException.py
create mode 100644 app/modules/monitoring_modules/unix/disk.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 879347f Merge branch 'develop' of https://git.chorem.org/mum into develop
new 326868b several functions from shelve implemented
new 6437239 create_global_conf OK
new 9d8f7dd memory module added
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 9d8f7dd70ae45432e1b0935f7a60d6b22c130cbc
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 20 18:25:54 2015 +0100
memory module added
commit 6437239edb06617bc685cd5d16d2d05de64ee20c
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 20 17:47:39 2015 +0100
create_global_conf OK
commit 326868b9ee30255d8b3e0312d4a9ab578d50dca6
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 20 15:51:19 2015 +0100
several functions from shelve implemented
Summary of changes:
.gitignore | 1 +
app/app.py | 39 +++-
app/module_loader.py | 57 ++++-
app/modules/connection_modules/ssh.py | 34 +--
app/modules/detection_modules/nmap_detection.py | 7 +-
app/modules/monitoring_modules/unix/__init__.py | 6 +-
app/modules/monitoring_modules/unix/memory.py | 22 ++
.../monitoring_modules/unix/updated_packages.py | 1 -
app/modules/storage_modules/shelve_db.py | 231 +++++++++++++++++++--
9 files changed, 330 insertions(+), 68 deletions(-)
create mode 100644 app/modules/monitoring_modules/unix/memory.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 6300cc0 run_all_detection_modules OK run_all_monitoring_modules OK get_hosts now at the opening of websocket
new 1db4361 comments added
new 53d9e06 Ajout de "mum.db" au .gitignore
new 377543e Files commented added
new 879347f Merge branch 'develop' of https://git.chorem.org/mum into develop
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 879347f73a0d67a89bb69e0ae3322bd121efb385
Merge: 377543e 6300cc0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 20 10:09:05 2015 +0100
Merge branch 'develop' of https://git.chorem.org/mum into develop
Conflicts:
app/module_loader.py
app/modules/monitoring_modules/__init__.py
commit 377543eae3380458096c6318dc554bde6f247b16
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 20 10:02:45 2015 +0100
Files commented added
commit 53d9e064b71e6bd52cdb8cf300f564f02cebe615
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 20 10:02:11 2015 +0100
Ajout de "mum.db" au .gitignore
commit 1db4361179c52bbbdf65244a04683471e66f8a8c
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Feb 20 09:41:03 2015 +0100
comments added
Summary of changes:
.gitignore | 3 +-
app/app.pyc | Bin 0 -> 4800 bytes
app/module_loader.py | 31 ++++++++-
app/module_loader.pyc | Bin 0 -> 1848 bytes
app/modules/__init__.pyc | Bin 0 -> 165 bytes
app/modules/connection_modules/__init__.pyc | Bin 0 -> 215 bytes
app/modules/connection_modules/ssh.pyc | Bin 0 -> 1330 bytes
app/modules/detection_modules/__init__.pyc | Bin 0 -> 191 bytes
app/modules/detection_modules/nmap_detection.pyc | Bin 0 -> 4355 bytes
app/modules/detection_modules/unix/__init__.pyc | Bin 0 -> 275 bytes
.../detection_modules/unix/cpu_detection.py | 18 ++++++
.../detection_modules/unix/drive_detection.pyc | Bin 0 -> 1445 bytes
.../detection_modules/unix/network_detection.py | 18 ++++++
app/modules/monitoring_modules/__init__.py | 4 +-
app/modules/storage_modules/__init__.pyc | Bin 0 -> 218 bytes
app/modules/storage_modules/shelve_db.py | 71 +++++++++++++++++++--
app/modules/storage_modules/shelve_db.pyc | Bin 0 -> 4335 bytes
17 files changed, 137 insertions(+), 8 deletions(-)
create mode 100644 app/app.pyc
create mode 100644 app/module_loader.pyc
create mode 100644 app/modules/__init__.pyc
create mode 100644 app/modules/connection_modules/__init__.pyc
create mode 100644 app/modules/connection_modules/ssh.pyc
create mode 100644 app/modules/detection_modules/__init__.pyc
create mode 100644 app/modules/detection_modules/nmap_detection.pyc
create mode 100644 app/modules/detection_modules/unix/__init__.pyc
create mode 100644 app/modules/detection_modules/unix/cpu_detection.py
create mode 100644 app/modules/detection_modules/unix/drive_detection.pyc
create mode 100644 app/modules/detection_modules/unix/network_detection.py
create mode 100644 app/modules/storage_modules/__init__.pyc
create mode 100644 app/modules/storage_modules/shelve_db.pyc
--
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 6630299 modules can now be dynamically invoked via module_loader
new 6300cc0 run_all_detection_modules OK run_all_monitoring_modules OK get_hosts now at the opening of websocket
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 6300cc098075e04ce57f1109508f35412cf76bcc
Author: aguilbaud <aguilbaud(a)codelutin.com>
Date: Thu Feb 19 18:15:21 2015 +0100
run_all_detection_modules OK
run_all_monitoring_modules OK
get_hosts now at the opening of websocket
Summary of changes:
app/module_loader.py | 20 ++++++++++++++++----
app/modules/detection_modules/__init__.py | 1 +
app/modules/detection_modules/nmap_detection.py | 6 ++++--
.../detection_modules/unix/kernel_detection.py | 1 +
app/modules/monitoring_modules/__init__.py | 2 ++
app/modules/monitoring_modules/unix/__init__.py | 1 +
.../monitoring_modules/unix/updated_packages.py | 19 +++++++++++++++++++
static/js/controllers/table_ctrl.js | 10 +++++-----
views/dashboard.html | 1 -
9 files changed, 49 insertions(+), 12 deletions(-)
create mode 100644 app/modules/monitoring_modules/__init__.py
create mode 100644 app/modules/monitoring_modules/unix/updated_packages.py
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.