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

Not all vars get initialized #29

Open theabraxas opened 5 years ago

theabraxas commented 5 years ago

Some variables aren't always available on first start and require execution of the whole page.ps1 file to get them all working.

Need to find a way to ensure they are all initialized at the start. These are primarily sql queries to store values to present in tables which show up as null (the sqltable in home.ps1 and the AD summary table in $ADsummary)

theabraxas commented 5 years ago

Some of this was fixed by adding the DB information as cached variables.