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 148b80d dashboard: group view + subscriptions on groups + removed group page, controller and routing
new 39775c0 hostpage: module managment directly through the page (removed the old modal)
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 39775c0c1718ad5d0b6f40286800650b21300b66
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Jun 4 11:52:15 2015 +0200
hostpage: module managment directly through the page (removed the old modal)
Summary of changes:
app/websocket_func.py | 6 +-
static/js/controllers/hostPageCtrl.js | 156 ++++++++++------------------------
views/hostpage.html | 102 +++++++++++-----------
3 files changed, 98 insertions(+), 166 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 db3de9f dashboard: subscriptions on host-view + notif page is now only for summary
new 148b80d dashboard: group view + subscriptions on groups + removed group page, controller and routing
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 148b80d8c455064a03927faa53ca28b1aa8a608b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Jun 3 14:20:15 2015 +0200
dashboard: group view + subscriptions on groups + removed group page, controller and routing
Summary of changes:
app/modules/storage_modules/shelve_db.py | 6 +-
app/mum.py | 4 -
static/js/controllers/dashboardCtrl.js | 34 ++++++-
static/js/controllers/groupCtrl.js | 160 -------------------------------
static/js/mumApp.js | 4 -
views/dashboard.html | 51 +++++++++-
views/groups.html | 89 -----------------
views/index.html | 2 -
8 files changed, 78 insertions(+), 272 deletions(-)
delete mode 100644 static/js/controllers/groupCtrl.js
delete mode 100644 views/groups.html
--
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 598bc58 angular-ui-select dependency added + group tagging on dashboard
new db3de9f dashboard: subscriptions on host-view + notif page is now only for summary
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 db3de9fccdcc209859329a65208dc59fe16e9bdb
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Jun 2 16:37:18 2015 +0200
dashboard: subscriptions on host-view + notif page is now only for summary
Summary of changes:
app/modules/storage_modules/shelve_db.py | 10 +-
static/js/controllers/dashboardCtrl.js | 125 +++++++++++++-
static/js/controllers/notificationsCtrl.js | 185 --------------------
static/js/controllers/statsCtrl.js | 3 +-
views/dashboard.html | 268 ++++++++++++++++++++---------
views/index.html | 2 +-
views/notifications.html | 129 ++------------
7 files changed, 329 insertions(+), 393 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 0251b6b scan conf can contain informations about the options + changes on scanpage
new 598bc58 angular-ui-select dependency added + group tagging on dashboard
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 598bc5891869d7fc509683e78d798cb593ad46e9
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Jun 1 11:47:55 2015 +0200
angular-ui-select dependency added + group tagging on dashboard
Summary of changes:
bower.json | 4 ++-
mum.conf | 2 +-
static/js/controllers/dashboardCtrl.js | 35 +++++++++++++++++++++-
static/js/controllers/headCtrl.js | 6 +++-
static/js/mumApp.js | 35 ++++++++++++++++++++--
views/dashboard.html | 53 ++++++++++++++++++++++++++++------
views/index.html | 14 +++++++++
7 files changed, 134 insertions(+), 15 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 12a97ad added 5 and 10 min load mod + highest value on hostpage + 10 min fock default check + rounded stats + dashboard url updated on status filter
new 592b0ac shelve doesn't need the key loc to instanciate + conf file loc argument can be a folder (.conf files read in lex order)
new f6c5213 scan options can be specified on configuration file + scan page redone
new 1793e09 bugfixes on new scan + total machines on header
new 0251b6b scan conf can contain informations about the options + changes on scanpage
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 0251b6b0d13e77c0c4fa5e3070a604953e599cee
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu May 28 13:57:45 2015 +0200
scan conf can contain informations about the options + changes on scanpage
commit 1793e094f0f75b969752dc06391efc91db216249
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu May 28 09:47:57 2015 +0200
bugfixes on new scan + total machines on header
commit f6c5213f788e75b93ebfb6ab6f3cb4115b9edd5b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed May 27 15:44:50 2015 +0200
scan options can be specified on configuration file + scan page redone
commit 592b0acaa93bb5c66b84f9f561377f77fd417f86
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed May 27 10:47:37 2015 +0200
shelve doesn't need the key loc to instanciate + conf file loc argument can be a folder (.conf files read in lex order)
Summary of changes:
app/module_loader.py | 39 ++++++++++--------
app/modules/storage_modules/shelve_db.py | 3 +-
app/mum.py | 43 +++++++++++++++++---
app/websocket_func.py | 33 ++++++----------
mum.conf | 9 ++++-
static/js/controllers/headCtrl.js | 16 +++++---
static/js/controllers/scanCtrl.js | 36 ++++++-----------
views/index.html | 9 +++--
views/scan.html | 68 +++++++++++++++++++-------------
9 files changed, 150 insertions(+), 106 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 5ba9e68 bugfix on shelve ("return_dict" attribute still present) + renamed run.sh to mum.sh + script now runs install if venv is not created + mum-daemon script added + notification page refounded
new 12a97ad added 5 and 10 min load mod + highest value on hostpage + 10 min fock default check + rounded stats + dashboard url updated on status filter
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 12a97adb17c602664565d81c3f136f9ae6c55b49
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue May 26 16:12:00 2015 +0200
added 5 and 10 min load mod + highest value on hostpage + 10 min fock default check + rounded stats + dashboard url updated on status filter
Summary of changes:
...oad_snmp_linux.py => load_10_min_snmp_linux.py} | 6 ++--
...oad_snmp_linux.py => load_15_min_snmp_linux.py} | 2 +-
...{load_ssh_linux.py => load_15_min_ssh_linux.py} | 2 +-
...load_snmp_linux.py => load_5_min_snmp_linux.py} | 6 ++--
app/modules/storage_modules/shelve_db.py | 2 +-
static/js/controllers/dashboardCtrl.js | 13 ++++++++-
static/js/controllers/hostPageCtrl.js | 16 ++++++++++-
views/dashboard.html | 5 +++-
views/hostpage.html | 32 +++++++++++-----------
9 files changed, 56 insertions(+), 28 deletions(-)
copy app/modules/monitoring_modules/{15_min_load_snmp_linux.py => load_10_min_snmp_linux.py} (68%)
copy app/modules/monitoring_modules/{15_min_load_snmp_linux.py => load_15_min_snmp_linux.py} (91%)
rename app/modules/monitoring_modules/{load_ssh_linux.py => load_15_min_ssh_linux.py} (97%)
rename app/modules/monitoring_modules/{15_min_load_snmp_linux.py => load_5_min_snmp_linux.py} (68%)
--
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 1135a78 detection modules returns result (no db dependency) + commented ssh modules with output examples
new 5ba9e68 bugfix on shelve ("return_dict" attribute still present) + renamed run.sh to mum.sh + script now runs install if venv is not created + mum-daemon script added + notification page refounded
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 5ba9e6882137261dd13ac4d821d621b6937d90e6
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri May 22 17:50:06 2015 +0200
bugfix on shelve ("return_dict" attribute still present) + renamed run.sh to mum.sh + script now runs install if venv is not created + mum-daemon script added + notification page refounded
Summary of changes:
app/modules/storage_modules/shelve_db.py | 2 -
mum-daemon.sh | 52 ++++++++++++++++
mum.sh | 7 +++
run.sh | 3 -
views/notifications.html | 104 ++++++++++++-------------------
5 files changed, 98 insertions(+), 70 deletions(-)
create mode 100755 mum-daemon.sh
create mode 100755 mum.sh
delete mode 100755 run.sh
--
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 1ccba97 removed useless attribute "return_dict" on moni mod + moved websocket core functions from mum.py to new module websocket_func
new 1135a78 detection modules returns result (no db dependency) + commented ssh modules with output examples
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 1135a7854b9997aee13bef3c6f38dae3a814bc67
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed May 20 11:15:10 2015 +0200
detection modules returns result (no db dependency) + commented ssh modules with output examples
Summary of changes:
app/module_loader.py | 9 ++++++---
app/modules/detection_modules/drive_detection.py | 17 ++++++++++++++---
app/modules/detection_modules/drive_snmp_linux.py | 4 ++--
app/modules/detection_modules/kernel_detection.py | 10 ++++++++--
.../detection_modules/open_ports_detection.py | 15 +++++++++++++--
app/modules/detection_modules/os_detection.py | 22 ++++++++++++++++++----
app/modules/monitoring_modules/cpu_glances.py | 2 +-
app/modules/monitoring_modules/cpu_ssh_linux.py | 17 +++++++++++++++++
app/modules/monitoring_modules/disk_ssh_linux.py | 16 +++++++++++++++-
app/modules/monitoring_modules/load_ssh_linux.py | 16 ++++++++++++++++
app/modules/monitoring_modules/memory_ssh_linux.py | 15 ++++++++++++++-
app/modules/monitoring_modules/swap_ssh_linux.py | 14 +++++++++++++-
.../updated_packages_ssh_linux.py | 16 ++++++++++++++++
13 files changed, 153 insertions(+), 20 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 f5637be statistics by module on hostpage
new 1ccba97 removed useless attribute "return_dict" on moni mod + moved websocket core functions from mum.py to new module websocket_func
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 1ccba97b34c21edb3adc9d977cf5bed435dff794
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue May 19 16:19:16 2015 +0200
removed useless attribute "return_dict" on moni mod + moved websocket core functions from mum.py to new module websocket_func
Summary of changes:
app/module_loader.py | 1 -
.../monitoring_modules/15_min_load_snmp_linux.py | 1 -
app/modules/monitoring_modules/cpu_glances.py | 1 -
app/modules/monitoring_modules/cpu_snmp_linux.py | 1 -
app/modules/monitoring_modules/cpu_ssh_linux.py | 1 -
app/modules/monitoring_modules/disk_snmp_linux.py | 1 -
app/modules/monitoring_modules/disk_ssh_linux.py | 1 -
app/modules/monitoring_modules/http.py | 1 -
app/modules/monitoring_modules/load_ssh_linux.py | 1 -
.../monitoring_modules/memory_snmp_linux.py | 1 -
app/modules/monitoring_modules/memory_ssh_linux.py | 1 -
app/modules/monitoring_modules/ping.py | 1 -
app/modules/monitoring_modules/smtp.py | 1 -
app/modules/monitoring_modules/swap_snmp_linux.py | 1 -
app/modules/monitoring_modules/swap_ssh_linux.py | 1 -
.../updated_packages_ssh_linux.py | 1 -
app/mum.py | 115 +-------------
app/websocket_func.py | 168 +++++++++++++++++++++
views/dashboard.html | 10 +-
19 files changed, 182 insertions(+), 127 deletions(-)
create mode 100644 app/websocket_func.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 f5f2cea running nmap without root privileges will raise an error
new e56b244 spacing javascript code
new f5637be statistics by module on hostpage
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 f5637be14655522df9b84671f345586779cd0242
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed May 13 15:27:26 2015 +0200
statistics by module on hostpage
commit e56b244abdfa2be7fc41d2bbfecefc41ef3e6bfd
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue May 12 10:29:03 2015 +0200
spacing javascript code
Summary of changes:
app/modules/connection_modules/ssh.py | 3 +
app/modules/storage_modules/shelve_db.py | 2 +
static/js/controllers/dashboardCtrl.js | 121 +---
static/js/controllers/groupCtrl.js | 46 +-
static/js/controllers/headCtrl.js | 36 +-
static/js/controllers/hostPageCtrl.js | 320 +++++++---
static/js/controllers/notificationsCtrl.js | 82 +--
static/js/controllers/profileCtrl.js | 28 +-
static/js/controllers/scanCtrl.js | 10 +-
static/js/controllers/settingsCtrl.js | 34 +-
static/js/controllers/statsCtrl.js | 89 ++-
static/js/controllers/usersCtrl.js | 18 +-
static/js/mumApp.js | 4 +-
views/dashboard.html | 145 ++---
views/groups.html | 178 +++---
views/hostpage.html | 973 ++++++++++++++++-------------
views/notifications.html | 277 ++++----
views/profile.html | 273 ++++----
views/scan.html | 57 +-
views/settings.html | 197 +++---
views/stats.html | 113 ++--
views/users.html | 159 +++--
22 files changed, 1670 insertions(+), 1495 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.