Timeperiods Write to Disk limited in field length?
Custom variables are not loaded from database during editing host
Fixed in GIT Version 2025-04-20: https://gitlab.com/wizonet/nagiosql/-/commit/ec73970dc54e514f2e9105c125c9d920d84954d7
Fixed in GIT Version 2025-04-20: https://gitlab.com/wizonet/nagiosql/-/commit/ec73970dc54e514f2e9105c125c9d920d84954d7
The help output is not optimal - "object" is mandatory. Since there was almost never any feedback on the scripting function, I assumed that it was neither desired nor used. So there was no further development here either. Generally, today this would also be implemented via a JSON API.
Thank you - the database fild size is 255, so it's ok - I will fix the $strFillLen in tbl_timeperiod
Seems to be the same as mentioned here: https://gitlab.com/wizonet/nagiosql/-/issues/53 I will add this fix in the next GIT Version
Hello The root cause of this message is the lack of the PHP mysqli module. If this module is missing, the installer is looking for the module manual URL inside an array called "$arrSourceURLs" - the result should be: https://php.net/manual/de/book.mysqli.php but the key definition is wrong inside the array of the 3.5.0 code because of a typo (MySQL insteed of MySQLi). Just install the MySQLi Module on your machine and the error should no longer appear. Martin