* 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
* Device Availability Calculation
* Travis fix
* .
* schema corrections
* flexible duration
* travis
* .
* .
* .
* .
* remove not needed code
* line Text to RRD
* update humantime
* .
* only set up again if device was marked as down
* set RRD area transparency
* save uptime also, to keep last availability as good as possible
* file description correction
* look for outages even if uptime > duration
* fix
* fix widget
* fix widget
* fix widget
* fix
* last_polled fix
* factorize down / up time device
* factorize down / up time device
* factorize down / up time device
* factorize down / up time device
* factorize down / up time device
* Alert Rules use Carbon
Use carbon for time queries, need to be careful of timezone quirks. Timestamps won't have that issue
* Convert existing schedules to UTC
* we only need start end... we already have start/end
* Make AlertSchedule::isActive work
* Table display working (and using Eloquent)
* Schedule creation updated
* WIP
* use Eloquent mutators/accessors
* recurring_day mutator/accessor
* WIP UI
* Fix SQL to handle outside times
* fix up some ui issues
* Convert alert-schedule to new style
Improved sorting customization
* fix whitespace
* support sqlite
* Fix schedule creation missing id
* Fix Device::isUnderMaintenance() add location relation