dak180

Results 17 comments of dak180

> As for the docs, do you it's better to put into man page, or have a separate README just for docker? As I have never used docker before (personally...

> I can walk you through creating the account. Dockerhub has the same policy to open source as the github. Hosting is always free for the containers that are publicly...

The other option is that instead of looking for the name look for the number instead, (`194`) that does seem to be fairly standard across drives even if the name...

```bash smartctl -a "/dev/${hdNum}" | grep "^194" | sed -E 's:[[:space:]]+: :g' | cut -d ' ' -f 10 ``` will give you the right value where `${hdNum}` is the...

> That would be doable, but you would need some additional logic to make sure the number was in the first column of the table and not, say, in the...

@Markvis could you let me know if my [refactor](https://github.com/dak180/FreeNAS-Report/tree/topic/refactor) fixes your issue?

@jamesstanw try it and let me know if it works.

> I've called the script with: > `/bin/sh ./service.sh ` @jamesstanw that will not work; just use `./report.sh -c /path/where/you/want/the/config/file` since it requires bash (sh is not bash) and the...

> Where should I want the config to be? :) Wherever you like. ☺ > I've copied your script, marked it executable and set it (through the GUI) to run...

> I am running Freenas 11.2 (not truenas). Have I missed a setting somewhere? > Thanks! My version of the script has never been tested on 11 only 12; since...