Alignak-monitoring / alignak

Monitoring tool, highly flexible and new standard oriented
https://alignak-monitoring.github.io
GNU Affero General Public License v3.0
86 stars 19 forks source link

Module on module #1098

Closed mohierf closed 5 years ago

mohierf commented 5 years ago

Allow a module to declare some modules. This is a base Shinekn function that is really helpful for the Web UI

codecov[bot] commented 5 years ago

Codecov Report

Merging #1098 into develop will decrease coverage by 24.68%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #1098       +/-   ##
============================================
- Coverage    85.42%   60.73%   -24.69%     
============================================
  Files          102      102               
  Lines        17587    17592        +5     
============================================
- Hits         15023    10685     -4338     
- Misses        2564     6907     +4343
Flag Coverage Δ
#tests ?
#tests_integ 60.73% <100%> (+0.01%) :arrow_up:
Impacted Files Coverage Δ
alignak/daemons/arbiterdaemon.py 71.02% <100%> (-2.93%) :arrow_down:
alignak/misc/perfdata.py 0% <0%> (-98.22%) :arrow_down:
alignak/dependencynode.py 11.17% <0%> (-81.12%) :arrow_down:
alignak/complexexpression.py 8.02% <0%> (-76.65%) :arrow_down:
alignak/modules/inner_metrics.py 0% <0%> (-74.25%) :arrow_down:
alignak/downtime.py 16.41% <0%> (-70.9%) :arrow_down:
alignak/external_command.py 29.15% <0%> (-64.71%) :arrow_down:
alignak/objects/escalation.py 27.58% <0%> (-57.76%) :arrow_down:
alignak/contactdowntime.py 42.42% <0%> (-54.55%) :arrow_down:
alignak/objects/hostdependency.py 27.55% <0%> (-54.34%) :arrow_down:
... and 55 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3c1452...c2390ea. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #1098 into develop will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1098      +/-   ##
===========================================
+ Coverage    85.42%   85.45%   +0.03%     
===========================================
  Files          102      102              
  Lines        17587    17592       +5     
===========================================
+ Hits         15023    15033      +10     
+ Misses        2564     2559       -5
Flag Coverage Δ
#tests 85.45% <100%> (+0.03%) :arrow_up:
#tests_integ 60.77% <100%> (+0.05%) :arrow_up:
Impacted Files Coverage Δ
alignak/daemons/arbiterdaemon.py 74.09% <100%> (+0.14%) :arrow_up:
alignak/objects/notificationway.py 88.23% <0%> (-0.74%) :arrow_down:
alignak/satellite.py 84% <0%> (+1.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3c1452...d9cc1dd. Read the comment docs.