Marek Wobst

Results 12 comments of Marek Wobst

> Not 100% sure of the use case here, wouldn't adding `./discover.php -h all -m fdb-tables` to the cron work? Working? Yes, all devices would be “asked” … … but...

First an explanation: I believe that the PHP scripts (both polling and discovery) work sequentially when using "-h all" … am I wrong about it? My motivation is parallelized processing...

> The thing about sorting by the display name is, that it is a template. This means it cannot be sorted in SQL. You would have to load them, parse...

The failed test seems strange, has nothing to do with the submitted code …

> @mwobst This is typically what is stored in the database for the display field: `{{ $hostname }}`. Also, by default it is empty to fall back to the default...

> The display name tip is probably vague because it affects various layouts, not because there is a specific length limit of 512 or something. Well, the database field allows...

Had to remove the conflict merge, as it pulled the whole master into the branch – which I don’t want right now as unknown/unlogged errors with map occurred. Concerning the...

@SourceDoctor I interpret this as "Our availability map shows tons of "up" and "down", but it is important to sort by device name (=hostname?)". Originally I wanted separate dropdowns too,...

As expected, the tests will fail. Is there any recommendation how to proceed. I could revert to a draft requested but I don’t think this would really help … For...

> 1. Could you implement this in yaml instead? You need to add a custom function to do the conversion (called `user_func` in yaml) > You can add a function...