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 5b34f6f added try/catch blocks on xml nmap parsing
new f5f2cea running nmap without root privileges will raise an error
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 f5f2cea615af78b200afcb5b7dd9a02831a9858b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu May 7 15:36:05 2015 +0200
running nmap without root privileges will raise an error
Summary of changes:
app/mum.py | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
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 b6d01a5 version added on database + updated readme
new 5b34f6f added try/catch blocks on xml nmap parsing
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 5b34f6f9b59d0b6dc13bf3d4c1701fc2f906ffb4
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu May 7 15:23:19 2015 +0200
added try/catch blocks on xml nmap parsing
Summary of changes:
README | 2 ++
app/modules/nmap_detection.py | 59 ++++++++++++++++++++++++-------------------
2 files changed, 35 insertions(+), 26 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 f1739b9 stat page : stats are calculated after mod selection (hided if stat is NaN)
new 0c0b88c dict values are archived, stats are counted and can be view on charts
new 2623b9f nmap tcp scan param on all ports + nmap scan on existing host will replace only nmap data and reconfigure activated modules by this new detection
new d8c113e configuration of archiving
new b6d01a5 version added on database + updated readme
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 b6d01a5c4157cae171d16c915cc4b75f86d5829f
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed May 6 11:44:31 2015 +0200
version added on database + updated readme
commit d8c113e2dffaca50db0241fdd7a38fd086f42146
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed May 6 11:16:38 2015 +0200
configuration of archiving
commit 2623b9f5cf6f99f902a86cc55bba7c4e34dd059c
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed May 6 10:35:05 2015 +0200
nmap tcp scan param on all ports + nmap scan on existing host will replace only nmap data and reconfigure activated modules by this new detection
commit 0c0b88c12859ac5e09201dc9927ae07399cc428b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue May 5 18:00:59 2015 +0200
dict values are archived, stats are counted and can be view on charts
Summary of changes:
README | 14 ++--
app/module_loader.py | 3 +
app/modules/nmap_detection.py | 1 +
app/modules/storage_modules/shelve_db.py | 132 +++++++++++++++++++------------
static/js/controllers/hostPageCtrl.js | 24 ++++++
static/js/controllers/scanCtrl.js | 13 ++-
static/js/controllers/settingsCtrl.js | 14 ++++
static/js/controllers/statsCtrl.js | 66 +++++++++++-----
static/js/mumApp.js | 4 +
views/hostpage.html | 31 +++++++-
views/settings.html | 27 +++++++
views/stats.html | 27 ++-----
12 files changed, 255 insertions(+), 101 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 add9fd1 stat page : archived data shown on chart after selection (except dict values)
new f1739b9 stat page : stats are calculated after mod selection (hided if stat is NaN)
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 f1739b9c788c9a1eec382790ed85709b4b7d13f8
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue May 5 12:17:45 2015 +0200
stat page : stats are calculated after mod selection (hided if stat is NaN)
Summary of changes:
static/js/controllers/statsCtrl.js | 38 +++++++++++++++++++++++++++++++++++---
views/stats.html | 17 ++++++++++++++++-
2 files changed, 51 insertions(+), 4 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 e5713af archiving + stats calculation after a check (except for dict values) + angular-charts bower dependency added as well a sample chart on statistics page
new add9fd1 stat page : archived data shown on chart after selection (except dict values)
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 add9fd19d7d79065e38a8da300a6062fb9ab2a95
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue May 5 11:25:08 2015 +0200
stat page : archived data shown on chart after selection (except dict values)
Summary of changes:
app/modules/storage_modules/shelve_db.py | 27 +++++++++++-
static/css/dashboard.css | 4 +-
static/js/controllers/statsCtrl.js | 70 ++++++++++++++++++++++++--------
views/stats.html | 32 +++++++++++++--
4 files changed, 110 insertions(+), 23 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 6871af3 full detection launched after scan + orderby directive fixed for tables
new e5713af archiving + stats calculation after a check (except for dict values) + angular-charts bower dependency added as well a sample chart on statistics page
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 e5713afaaea50b13a5518085a1427609a0436dbd
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon May 4 15:38:45 2015 +0200
archiving + stats calculation after a check (except for dict values)
+ angular-charts bower dependency added as well a sample chart on statistics page
Summary of changes:
app/modules/storage_modules/shelve_db.py | 119 +++++++++++++++++++++----------
app/process_monitoring.py | 12 ++--
bower.json | 3 +-
static/css/dashboard.css | 6 ++
static/js/controllers/statsCtrl.js | 33 +++++++++
static/js/mumApp.js | 6 +-
views/index.html | 3 +
views/stats.html | 11 ++-
8 files changed, 145 insertions(+), 48 deletions(-)
create mode 100644 static/js/controllers/statsCtrl.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 b1f4907 hostpage: detected configuration separated from nmap detection. subparts can be checked from the detected config, and the monitoring will check the selected subparts
new 1f8df6f hostpage: checkboxes of subparts selected by the saved conf + http module returns a dict
new 15b94ca hostpage: checkbox to selected all subparts added
new 6871af3 full detection launched after scan + orderby directive fixed for tables
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 6871af3b328a92205460fc3a5616b2b15146f4cf
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 29 13:49:51 2015 +0200
full detection launched after scan + orderby directive fixed for tables
commit 15b94ca6def622b6df994c876924b1b88f418e7c
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 29 12:00:43 2015 +0200
hostpage: checkbox to selected all subparts added
commit 1f8df6fc24d1b8899a3ec1965ddf583ba2ca691d
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 29 11:52:16 2015 +0200
hostpage: checkboxes of subparts selected by the saved conf + http module returns a dict
Summary of changes:
app/modules/monitoring_modules/http.py | 20 ++++++++++----------
app/modules/monitoring_modules/smtp.py | 23 ++++++++++++-----------
app/modules/storage_modules/shelve_db.py | 5 ++++-
app/mum.py | 1 +
static/js/controllers/dashboardCtrl.js | 9 ++++++---
static/js/controllers/groupCtrl.js | 2 ++
static/js/controllers/hostPageCtrl.js | 13 +++++++++++--
views/dashboard.html | 12 ++++++------
views/groups.html | 10 ++++++----
views/hostpage.html | 4 ++--
10 files changed, 60 insertions(+), 39 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 aad9726 dashboard: multiple params separated by ',' on URL for status_filter + hostpage: modal for modifying the detected open ports
new 7872155 snmp_walk connection added + monitoring modules can return a dictionary of values (must specify 'return_dict' attribute)
new b1f4907 hostpage: detected configuration separated from nmap detection. subparts can be checked from the detected config, and the monitoring will check the selected subparts
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 b1f49077b42b54b817c18c0bce0c395f9f431c33
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Wed Apr 29 10:53:26 2015 +0200
hostpage: detected configuration separated from nmap detection. subparts can be checked from the detected config, and the monitoring will check the selected subparts
commit 7872155801d2b11a270b8dbcbfa592d1c6093427
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Tue Apr 28 16:03:35 2015 +0200
snmp_walk connection added + monitoring modules can return a dictionary of values (must specify 'return_dict' attribute)
Summary of changes:
app/module_loader.py | 5 +-
.../connection_modules/{snmp.py => snmp_walk.py} | 21 ++--
app/modules/detection_modules/drive_detection.py | 3 +-
app/modules/detection_modules/drive_snmp_linux.py | 14 +++
.../monitoring_modules/15_min_load_snmp_linux.py | 3 +-
app/modules/monitoring_modules/cpu_glances.py | 3 +-
app/modules/monitoring_modules/cpu_snmp_linux.py | 3 +-
app/modules/monitoring_modules/cpu_ssh_linux.py | 3 +-
app/modules/monitoring_modules/disk_snmp_linux.py | 39 +++---
app/modules/monitoring_modules/disk_ssh_linux.py | 3 +-
app/modules/monitoring_modules/http.py | 26 ++--
app/modules/monitoring_modules/load_ssh_linux.py | 3 +-
.../monitoring_modules/memory_snmp_linux.py | 3 +-
app/modules/monitoring_modules/memory_ssh_linux.py | 3 +-
app/modules/monitoring_modules/ping.py | 1 +
app/modules/monitoring_modules/smtp.py | 24 ++--
app/modules/monitoring_modules/swap_snmp_linux.py | 3 +-
app/modules/monitoring_modules/swap_ssh_linux.py | 3 +-
.../updated_packages_ssh_linux.py | 3 +-
app/modules/storage_modules/shelve_db.py | 140 ++++++++++++++-------
static/js/controllers/hostPageCtrl.js | 35 +++++-
views/hostpage.html | 45 +++++--
22 files changed, 264 insertions(+), 122 deletions(-)
copy app/modules/connection_modules/{snmp.py => snmp_walk.py} (66%)
create mode 100644 app/modules/detection_modules/drive_snmp_linux.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 1fbeb70 commented snmp modules + smtp module do helo request using smtplib
new aad9726 dashboard: multiple params separated by ',' on URL for status_filter + hostpage: modal for modifying the detected open ports
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 aad97268587b0d56370de0e0658f88dabe8d97a0
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Apr 27 14:19:40 2015 +0200
dashboard: multiple params separated by ',' on URL for status_filter +
hostpage: modal for modifying the detected open ports
Summary of changes:
app/modules/storage_modules/shelve_db.py | 2 +-
static/js/controllers/dashboardCtrl.js | 7 ++-
static/js/controllers/hostPageCtrl.js | 81 +++++++++++++++++++++++++++++++-
views/hostpage.html | 68 +++++++++++++++++++++++++++
4 files changed, 155 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 50c9f8c new nmap params for UDP port of snmp detection + corrected init_conn + using telnetlib for smtp check
new 9cc1314 fix: deactivating a module that failed will update the global status of the host
new adf329d traceroute saved with nmap scan + bugfix on db
new 1fbeb70 commented snmp modules + smtp module do helo request using smtplib
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 1fbeb70ae972d23e36645b963f594debefb61043
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Mon Apr 27 11:25:31 2015 +0200
commented snmp modules + smtp module do helo request using smtplib
commit adf329d9e8b8ccd83e2df99f82974d4d9386f83b
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Fri Apr 24 10:05:10 2015 +0200
traceroute saved with nmap scan + bugfix on db
commit 9cc1314646b319805d3478f55823bb47074d75d7
Author: Alexis Guilbaud <guilbaud(a)codelutin.com>
Date: Thu Apr 23 13:43:33 2015 +0200
fix: deactivating a module that failed will update the global status of the host
Summary of changes:
app/modules/monitoring_modules/15_min_load_snmp_linux.py | 8 ++++++--
app/modules/monitoring_modules/cpu_snmp_linux.py | 12 +++++++-----
app/modules/monitoring_modules/disk_snmp_linux.py | 10 ++++++----
app/modules/monitoring_modules/http.py | 5 ++++-
app/modules/monitoring_modules/memory_snmp_linux.py | 10 ++++++----
app/modules/monitoring_modules/smtp.py | 13 ++++++++++---
app/modules/monitoring_modules/swap_snmp_linux.py | 10 ++++++----
app/modules/nmap_detection.py | 10 ++++++++--
app/modules/storage_modules/shelve_db.py | 12 ++++++++++++
app/mum.py | 9 +++++----
10 files changed, 70 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.