theabraxas / Project-Neith

Project Neith is intended to provide an extensible and modular dashboard which conveys important information concisely and enables actions on monitored systems.
https://abraxas.io
GNU General Public License v3.0
22 stars 2 forks source link

Come up with a way to handle multiple of the same data input #5

Open theabraxas opened 5 years ago

theabraxas commented 5 years ago

Right now I can use the template generator just fine to create pages for Cylance, VMware, etc. however it does not support multiple of the same datatype. For instance, if i wanted to monitor 2 vCenter instances I would have to run two separate dashboards with 2 separate databases.

I would like to find a way to determine if there are more than one of a type of input (and create a unique name for it in the config table) and then create an additional page object which will be listed individually on the left column - to start something like 'vmware1', 'vmware2' would be sufficient.