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 4a9e705 Initial commit new a804ac5 Initial project with python and angularjs new 024851f Add .gitignore file 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 024851f748e6eb92562f92406e066d1ba3a20f2e Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Jan 23 15:35:05 2015 +0100 Add .gitignore file commit a804ac50ea506c40df18c2d8155143ba019f9c25 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Jan 23 15:32:47 2015 +0100 Initial project with python and angularjs Summary of changes: .gitignore | 5 ++ app/app.py | 108 ++++++++++++++++++++++++++++++ app/detection_modules/Nagios_detection.py | 1 + app/detection_modules/SNMP_detection.py | 1 + app/detection_modules/SSH_detection.py | 100 +++++++++++++++++++++++++++ bootstrap.sh | 4 ++ bower.json | 8 +++ in-venv.sh | 7 ++ package.json | 28 ++++++++ requirements.txt | 4 ++ res.xml | 80 ++++++++++++++++++++++ run.sh | 3 + static/css/main.css | 35 ++++++++++ static/js/DetectCtrl.js | 44 ++++++++++++ static/js/controllers/app.js | 27 ++++++++ views/angular.html | 20 ++++++ views/index.html | 27 ++++++++ 17 files changed, 502 insertions(+) create mode 100644 .gitignore create mode 100755 app/app.py create mode 100644 app/detection_modules/Nagios_detection.py create mode 100644 app/detection_modules/SNMP_detection.py create mode 100644 app/detection_modules/SSH_detection.py create mode 100755 bootstrap.sh create mode 100644 bower.json create mode 100755 in-venv.sh create mode 100644 package.json create mode 100644 requirements.txt create mode 100644 res.xml create mode 100755 run.sh create mode 100644 static/css/main.css create mode 100644 static/js/DetectCtrl.js create mode 100644 static/js/controllers/app.js create mode 100644 views/angular.html create mode 100644 views/index.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.