Eric Lippmann
|
a5908c9553
|
CS: Replace multiple empty lines with one
find application/ library/Icinga/ test/ modules/ -name *.php | xargs sed -i '/^$/N;/^\n$/D'
|
2013-09-04 18:36:10 +02:00 |
Eric Lippmann
|
35fd9fd391
|
CS: Remove whitespaces at end of line
find application/ library/ test/ modules/ -name *.php | xargs sed -i 's/\s\+$//'
|
2013-09-04 18:27:16 +02:00 |
Eric Lippmann
|
c86874d4ba
|
Rename namespace Monitoring to Icingæ\Module\Monitoring
refs #4586
|
2013-09-04 11:21:11 +02:00 |
Marius Hein
|
8d3ff94696
|
Remove php strict errors
refs #4448
|
2013-07-23 12:18:27 +02:00 |
Jannis Moßhammer
|
5e4adcfea2
|
Add Service overview and fixes for Statusdat
The service overview required a few fixes for issues that
occured because the StatusDat Query class now inherits from
Data/AbstractQuery.
refs #4178
|
2013-07-19 17:45:51 +02:00 |
Jannis Moßhammer
|
cea7cdbcaf
|
Move Statusdat to backend, remove old backend from library
Except for statusdat, the library/Icinga/Backend classes were unused
refs #4417
refs #4179
|
2013-07-18 17:20:12 +02:00 |