Author: Lars Michelsen <[email protected]> Date: Wed Nov 23 00:17:11 2011 +0100 Committer: Lars Michelsen <[email protected]> Commit-Date: Wed Nov 23 00:17:11 2011 +0100
Reimplemented all demo maps using the testing backend --- .gitignore | 1 + ChangeLog | 5 + TODO | 3 + etc/automaps/demo-overview.cfg | 10 ++ etc/conf.d/demo.ini.php | 11 ++ etc/maps/demo-germany.cfg | 109 +++++++++++++ etc/maps/demo-ham-racks.cfg | 57 +++++++ etc/maps/demo-load.cfg | 115 ++++++++++++++ etc/maps/demo-map.cfg | 49 ------ etc/maps/demo-muc-srv1.cfg | 106 +++++++++++++ etc/maps/demo-overview.cfg | 43 +++++ etc/maps/demo-server.cfg | 89 ----------- etc/maps/demo.cfg | 53 ------- etc/maps/demo2.cfg | 31 ---- install.sh | 4 +- .../nagvis-js/classes/NagVisHeaderMenu.php | 8 +- share/server/core/classes/GlobalBackendTest.php | 163 +++++++++++++++----- share/server/core/classes/GlobalCore.php | 5 + .../images/iconsets/demo_landscape_ack.png | Bin 6260 -> 0 bytes .../images/iconsets/demo_landscape_critical.png | Bin 3120 -> 0 bytes .../images/iconsets/demo_landscape_down.png | Bin 3120 -> 0 bytes .../images/iconsets/demo_landscape_error.png | Bin 3132 -> 0 bytes .../images/iconsets/demo_landscape_ok.png | Bin 3081 -> 0 bytes .../images/iconsets/demo_landscape_sack.png | Bin 6260 -> 0 bytes .../images/iconsets/demo_landscape_unknown.png | Bin 3122 -> 0 bytes .../images/iconsets/demo_landscape_up.png | Bin 3081 -> 0 bytes .../images/iconsets/demo_landscape_warning.png | Bin 3128 -> 0 bytes share/userfiles/images/iconsets/demo_state_ack.png | Bin 4636 -> 0 bytes .../images/iconsets/demo_state_critical.png | Bin 1764 -> 0 bytes .../userfiles/images/iconsets/demo_state_down.png | Bin 1764 -> 0 bytes .../userfiles/images/iconsets/demo_state_error.png | Bin 1711 -> 0 bytes share/userfiles/images/iconsets/demo_state_ok.png | Bin 1748 -> 0 bytes .../userfiles/images/iconsets/demo_state_sack.png | Bin 4636 -> 0 bytes .../images/iconsets/demo_state_unknown.png | Bin 1771 -> 0 bytes share/userfiles/images/iconsets/demo_state_up.png | Bin 1748 -> 0 bytes .../images/iconsets/demo_state_warning.png | Bin 1792 -> 0 bytes share/userfiles/images/maps/demo-germany.png | Bin 0 -> 167831 bytes share/userfiles/images/maps/demo-ham-racks.png | Bin 0 -> 16499 bytes share/userfiles/images/maps/demo-host.png | Bin 0 -> 34038 bytes share/userfiles/images/maps/demo-load.png | Bin 0 -> 12199 bytes share/userfiles/images/maps/demo-overview.png | Bin 0 -> 15041 bytes share/userfiles/images/maps/demo_background.png | Bin 23405 -> 0 bytes share/userfiles/images/maps/nagvis-demo.png | Bin 75329 -> 0 bytes share/userfiles/images/shapes/demo-load.png | Bin 14223 -> 0 bytes share/userfiles/images/shapes/demo-server.png | Bin 7598 -> 0 bytes share/userfiles/images/shapes/demo-text_demo.png | Bin 1915 -> 0 bytes .../images/shapes/demo-text_hoststate.png | Bin 2077 -> 0 bytes .../userfiles/images/shapes/demo-text_mapstate.png | Bin 2080 -> 0 bytes .../images/shapes/demo-text_servicestate.png | Bin 2100 -> 0 bytes share/userfiles/images/shapes/demo-wan-cloud.png | Bin 0 -> 4793 bytes .../images/shapes/demo_german_landscape.png | Bin 45568 -> 0 bytes share/userfiles/images/shapes/demo_server_bg.png | Bin 2879 -> 0 bytes 52 files changed, 596 insertions(+), 266 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=5b51956ffec276c74c285a605e0a46537deee771 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
