Module: nagvis Branch: master Commit: 30e90448d9c21f58ae97b846434eeeeba77f72fd URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=30e90448d9c21f58ae97b846434eeeeba77f72fd
Author: LaMi <[email protected]> Date: Sun Mar 21 20:36:09 2010 +0100 #224 (Don't block the whole page with an error message when one needed backend could not be contacted) --- share/server/core/classes/CoreExceptions.php | 4 + share/server/core/classes/GlobalBackendMgmt.php | 19 +-- .../core/classes/GlobalBackendmklivestatus.php | 25 ++-- share/server/core/classes/GlobalBackendndomy.php | 16 +- share/server/core/classes/NagVisAutoMap.php | 4 +- .../core/classes/objects/NagVisStatefulObject.php | 20 ++- share/server/core/classes/objects/NagiosHost.php | 167 ++++++++++---------- .../core/classes/objects/NagiosHostgroup.php | 77 ++++++--- .../server/core/classes/objects/NagiosService.php | 23 ++- .../core/classes/objects/NagiosServicegroup.php | 60 +++++-- share/server/core/functions/ajaxErrorHandler.php | 23 ++- 11 files changed, 261 insertions(+), 177 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=30e90448d9c21f58ae97b846434eeeeba77f72fd ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
