* split siteboss 530 and 550 into multiple OS
* add more sensors to siteboss550 and new Percent sensor
* fix contact closure event state values
* split os polling for siteboss to siteboss530 and siteboss550
* add test unit for siteboss550, rename test unit for siteboss to siteboss530
* refactor siteboss os polling to \Librenms\OS
* implement OSPolling to Sitebos550
* force save in pollOS() to keep custom sysName during polling
* updated unit test
* update device graphs
* remove pollOS and extra save()
* siteboss550 no longer extends OSPolling
* update siteboss550 test data
* update discoverOS() to match recent os discovery changes
* styleCI changes
* fix siteboss hardware discovery; add check to OS polling if os_group .inc file exists
* collapse siteboss to single OS, implement siteboss sensors in advanced discovery
* add siteboss unit tests
* removed unneeded OS disco defs
* styleCI changes
* more styleCI changes
* split siteboss os to siteboss530 and siteboss550
* split siteboss os to siteboss530 and siteboss550
* move php polling back into yaml
* keep original siteboss OS name
* resave snmp data for siteboss OS
* resave snmp data for siteboss550 OS
* Handle unknown device_type's.
If a device is not one of the default configuration, add its type to the
list and make it selected. Add 'Other' only as a fallback.
Signed-off-by: Marcus van Dam <marcus@marcusvandam.nl>
* fix whitespace
Co-authored-by: Tony Murray <murraytony@gmail.com>
* Convert LastSync date for oxidized config info. Add format in settings.
* commas and spaces fix
* commas and spaces fix2
* fixed time if oxidized returned null
* commas and spaces fix
* datetime format fix
* UTC is already in the string
Co-authored-by: Tony Murray <murraytony@gmail.com>
* Refresh device_bits graph; align column headers, use wider description on wider graphs
* Fix a couple of code climate issues...
* use float_precision variable like we do everywhere else...
* remove unnecessary substr
* removing $graphs global
* remove unused things
* fix some additional graphs
* Fix graphs persisting too soon
* correct name for poller module performance graph
* only one type of graph is used here
* Make Multiport-Bits-Separated graph Description field wider for larger and medium graphs
* Fix Aggregate Graph In/Out Alignment; make Consistent with Interface I/O Alignment
* Remove misplaced slashes
* Align headers...
* Fix Total units
* Fix code climate gripe
Was not properly formatting to user's timezone
Also handle the case where the browser and server timezone don't match
don't show incorrect values in dialog then pop to the correct ones.
Update title on modal to be appropriate
Better validation when config.php does not exist
Update docs and quote password
only populate legacy vars in config_to_json
drop .travis.yml config copy
remove credentials from config.php.default
Check for existance of .env instead of config.php in python scripts
legacy credential cleanup
tiny cleanups
consistent env for artisan server and artisan dusk