howardjones / network-weathermap

Network Weathermap draws diagrams from data
http://www.network-weathermap.com/
MIT License
426 stars 94 forks source link

Plugin-based data source picker #12

Open howardjones opened 10 years ago

howardjones commented 10 years ago

The picker in the editor should allow backend plugins to supply lists of possible targets. This will allow picking for other data source plugins without editing the actual editor code.

howardjones commented 10 years ago

Also should let you pick DS names, if it's an rrd file.

Should be a hierarchical browser, with level defined by the picker plugin. e.g. host, data type, instance name, ds name. picker plugin should also provide a matching graph URL (or a choice of them).