├── CHANGELOG.md ├── COPYING ├── INFO ├── LICENSE ├── README.md ├── check.php ├── cli ├── .htaccess ├── README ├── auto-overlib.pl ├── bristle.php ├── cacti-integrate.php ├── cacti-mapper.php ├── convert-to-dsstats.php ├── index.php ├── map-tidyup.php └── upgrade_configs.php ├── configs ├── .htaccess ├── index.php └── simple.conf ├── css ├── editor.css └── weathermap.css ├── docs ├── example │ ├── Gradient_BK_800.png │ ├── Vera.ttf │ ├── VeraBI.ttf │ ├── VeraBd.ttf │ ├── VeraIt.ttf │ ├── VeraMoBI.ttf │ ├── VeraMoBd.ttf │ ├── VeraMoIt.ttf │ ├── VeraMono.ttf │ ├── VeraSe.ttf │ ├── VeraSeBd.ttf │ ├── background.png │ ├── example.conf │ ├── example.html │ ├── example.png │ ├── graph_image.png │ ├── graph_page.html │ ├── my_router.png │ ├── overlib.js │ ├── suite-1.conf │ ├── suite-1.png │ ├── suite-2.conf │ ├── suite-2.png │ └── weathermap.conf ├── fonts │ ├── PTC55F-webfont.ttf │ ├── PTC75F-webfont.ttf │ ├── PTN57F-webfont.ttf │ ├── PTN77F-webfont.ttf │ ├── PTS55F-webfont.ttf │ └── PTS75F-webfont.ttf ├── howto.pdf ├── howto.png ├── images │ ├── arrowstyle-classic.png │ ├── arrowstyle-compact.png │ ├── bwstyle-angled.png │ ├── bwstyle-classic.png │ ├── cacti_mainscreen.png │ ├── cacti_maps_manage.png │ ├── cacti_step1.png │ ├── cacti_step2.png │ ├── cacti_user_manage.png │ ├── cacti_wmap_settings.png │ ├── commentstyle-center.png │ ├── commentstyle-edge.png │ ├── compass-points.png │ ├── contrast.png │ ├── font-sizes.png │ ├── howto-thumb.jpg │ ├── keystyle-classic.png │ ├── keystyle-horizontal.png │ ├── keystyle-inverted.png │ ├── keystyle-tags.png │ ├── keystyle-vertical.png │ ├── labelangle+labeloffset.png │ ├── link-comments.png │ ├── linkoffset-defaults.png │ ├── linkoffset-east50west50.png │ ├── linkoffset-eastwest.png │ ├── linkoffset-parallel.png │ ├── linkoffset-radial.png │ ├── viastyle-angled.png │ ├── viastyle-curved.png │ ├── weathermap-example.png │ └── weathermap-mini.png ├── index.html ├── index.php ├── kube101 │ └── css │ │ └── kube.min.css ├── manual.css └── pages │ ├── advanced.html │ ├── cacti-plugin.html │ ├── changes.html │ ├── cli-reference.html │ ├── config-reference.html │ ├── editor.html │ ├── errorcodes.html │ ├── faq.html │ ├── install-cacti-editor.html │ ├── install-cacti.html │ ├── install-cli-editor.html │ ├── install-cli.html │ ├── main.html │ ├── targets.html │ ├── upgrading.html │ └── weathermap.css ├── images ├── backgrounds │ ├── Gradient_BK_800.png │ ├── background1_950x625_197.jpg │ ├── blueboard1024.png │ ├── bw_gradient_1024.png │ ├── index.php │ ├── uk1024.png │ └── uk1280_720.png ├── icons │ ├── application.png │ ├── application_side_list.png │ ├── application_xp_terminal.png │ ├── bug.png │ ├── comment.png │ ├── control_fastforward_blue.png │ ├── control_pause_blue.png │ ├── control_play_blue.png │ ├── control_rewind_blue.png │ ├── control_stop_blue.png │ ├── cross.png │ ├── emoticon_smile.png │ ├── emoticon_unhappy.png │ ├── error.png │ ├── exclamation.png │ ├── flag_blue.png │ ├── flag_green.png │ ├── flag_orange.png │ ├── flag_pink.png │ ├── flag_purple.png │ ├── flag_yellow.png │ ├── index.php │ ├── monitor.png │ ├── page_white.png │ ├── pencil.png │ ├── tick.png │ ├── world.png │ ├── world_link.png │ ├── wrench.png │ └── wrench_orange.png ├── index.php ├── objects │ ├── Cloud-Filled.png │ ├── Cloud-line.png │ ├── Firewall.png │ ├── HPMini.png │ ├── Host.png │ ├── PAD.png │ ├── Router.png │ ├── WorkgroupSwitch.png │ ├── arista-switch.png │ ├── blue-ball-64.png │ ├── cisco-asa.png │ ├── cisco-nexus.png │ ├── cisco-router-firewall.png │ ├── cisco-router.png │ ├── cisco-switch-l2.png │ ├── cisco-switch-l3-with-rp.png │ ├── cisco-switch-l3.png │ ├── cisco-switch-vss.png │ ├── cloud-v1.png │ ├── cloud-v2.png │ ├── cumulus-router-v2.png │ ├── cumulus-router-v3.png │ ├── cumulus-switch-v2.png │ ├── f5-gtm.png │ ├── f5-ltm.png │ ├── filecabinet.png │ ├── generic-adc-colour-3d.png │ ├── generic-adc-colour.png │ ├── generic-adc-mono.png │ ├── generic-firewall-flat-colour-label-v1-colour.png │ ├── generic-firewall-flat-colour-label-v1-mono.png │ ├── generic-firewall-flat-colour-label-v2-colour.png │ ├── generic-firewall-flat-colour-label-v2-mono.png │ ├── generic-firewall-v1-colour-3d.png │ ├── generic-firewall-v1-colour.png │ ├── generic-firewall-v1-mono.png │ ├── generic-firewall-v2-colour-3d.png │ ├── generic-firewall-v2-colour.png │ ├── generic-gtm-colour-3d.png │ ├── generic-gtm-colour.png │ ├── generic-gtm-mono.png │ ├── generic-router-colour.png │ ├── generic-router-flat-label-colour.png │ ├── generic-router-flat-label-mono.png │ ├── generic-router-mono.png │ ├── generic-router-square-colour-3d.png │ ├── generic-router-square-colour.png │ ├── generic-router-square-mono.png │ ├── generic-server-1.png │ ├── generic-server-2.png │ ├── generic-server-3.png │ ├── generic-switch-flat-l2-label-v1-colour.png │ ├── generic-switch-flat-l2-label-v1-mono.png │ ├── generic-switch-flat-l2-label-v2-colour.png │ ├── generic-switch-flat-l2-label-v2-mono.png │ ├── generic-switch-flat-l3-label-colour.png │ ├── generic-switch-flat-l3-label-mono.png │ ├── generic-switch-l2-v1-colour-3d.png │ ├── generic-switch-l2-v1-colour.png │ ├── generic-switch-l2-v1-mono.png │ ├── generic-switch-l2-v2-colour-3d.png │ ├── generic-switch-l2-v2-colour.png │ ├── generic-switch-l2-v2-mono.png │ ├── generic-switch-l3-colour-3d.png │ ├── generic-switch-l3-colour.png │ ├── generic-switch-l3-mono.png │ ├── green-ball-64.png │ ├── grey-ball-64.png │ ├── hollow32.png │ ├── index.php │ ├── juniper-firewall-router.png │ ├── juniper-router.png │ ├── juniper-switch-l2.png │ ├── juniper-switch-l3.png │ ├── red-ball-64.png │ ├── updown_0.png │ ├── updown_1.png │ ├── updown_2.png │ ├── viptela-vbond.png │ ├── viptela-vedge-square.png │ ├── viptela-vedge.png │ ├── viptela-vmanage.png │ ├── viptela-vsmart.png │ ├── vmware-compute.png │ └── yellow-ball-64.png ├── s_tab_weathermap.gif ├── s_tab_weathermap_red.gif ├── tab_weathermap.gif └── tab_weathermap_red.gif ├── index.php ├── js ├── editor.js ├── idle-timer.min.js ├── jquery.ddslick.js ├── jquery.ui-contextmenu.js ├── map-cycle.js └── weathermap.js ├── lib ├── .htaccess ├── HTML_ImageMap.class.php ├── WMLine.class.php ├── WMPoint.class.php ├── WMVector.class.php ├── WeatherMap.class.php ├── WeatherMap.functions.php ├── WeatherMap.keywords.inc.php ├── WeatherMapLink.class.php ├── WeatherMapNode.class.php ├── datasources │ ├── README.txt │ ├── WeatherMapDataSource_cactihost.php │ ├── WeatherMapDataSource_cactithold.php │ ├── WeatherMapDataSource_dsstats.php │ ├── WeatherMapDataSource_external.php.disabled │ ├── WeatherMapDataSource_fping.php │ ├── WeatherMapDataSource_mrtg.php │ ├── WeatherMapDataSource_rrd.php │ ├── WeatherMapDataSource_skeleton.php.txt │ ├── WeatherMapDataSource_snmp.php │ ├── WeatherMapDataSource_static.php │ ├── WeatherMapDataSource_tabfile.php │ ├── WeatherMapDataSource_time.php │ ├── WeatherMapDataSource_wmdata.php │ └── index.php ├── ds-common.php ├── editor.actions.php ├── editor.inc.php ├── geometry.php ├── index.php ├── poller-common.php ├── post │ ├── WeatherMapPostProcessorExample.php │ └── index.php └── pre │ ├── WeatherMapPreProcessorExample.php │ └── index.php ├── locales ├── LC_MESSAGES │ ├── ar-SA.mo │ ├── bg-BG.mo │ ├── de-DE.mo │ ├── el-GR.mo │ ├── es-ES.mo │ ├── fr-FR.mo │ ├── he-IL.mo │ ├── hi-IN.mo │ ├── index.php │ ├── it-IT.mo │ ├── ja-JP.mo │ ├── ko-KR.mo │ ├── lv-LV.mo │ ├── nl-NL.mo │ ├── pl-PL.mo │ ├── pt-BR.mo │ ├── pt-PT.mo │ ├── ru-RU.mo │ ├── sv-SE.mo │ ├── tr-TR.mo │ ├── vi-VN.mo │ ├── zh-CN.mo │ └── zh-TW.mo ├── build_gettext.sh ├── index.php └── po │ ├── ar-SA.po │ ├── bg-BG.po │ ├── cacti.pot │ ├── de-DE.po │ ├── el-GR.po │ ├── es-ES.po │ ├── fr-FR.po │ ├── he-IL.po │ ├── hi-IN.po │ ├── index.php │ ├── it-IT.po │ ├── ja-JP.po │ ├── ko-KR.po │ ├── lv-LV.po │ ├── nl-NL.po │ ├── pl-PL.po │ ├── pt-BR.po │ ├── pt-PT.po │ ├── ru-RU.po │ ├── sv-SE.po │ ├── tr-TR.po │ ├── vi-VN.po │ ├── zh-CN.po │ └── zh-TW.po ├── output ├── .htaccess └── index.php ├── setup.php ├── weathermap ├── weathermap-cacti-plugin-editor.php ├── weathermap-cacti-plugin-mgmt.php ├── weathermap-cacti-plugin.php └── weathermap-cacti-rebuild.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/COPYING -------------------------------------------------------------------------------- /INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/INFO -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/README.md -------------------------------------------------------------------------------- /check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/check.php -------------------------------------------------------------------------------- /cli/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/.htaccess -------------------------------------------------------------------------------- /cli/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/README -------------------------------------------------------------------------------- /cli/auto-overlib.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/auto-overlib.pl -------------------------------------------------------------------------------- /cli/bristle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/bristle.php -------------------------------------------------------------------------------- /cli/cacti-integrate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/cacti-integrate.php -------------------------------------------------------------------------------- /cli/cacti-mapper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/cacti-mapper.php -------------------------------------------------------------------------------- /cli/convert-to-dsstats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/convert-to-dsstats.php -------------------------------------------------------------------------------- /cli/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/index.php -------------------------------------------------------------------------------- /cli/map-tidyup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/map-tidyup.php -------------------------------------------------------------------------------- /cli/upgrade_configs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/cli/upgrade_configs.php -------------------------------------------------------------------------------- /configs/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cacti/plugin_weathermap/HEAD/configs/.htaccess -------------------------------------------------------------------------------- /configs/index.php: -------------------------------------------------------------------------------- 1 |