Re: Fixing Zabbix db-secret-file documentation.

2020-11-09 Thread Miguel Ángel Arruga Vivas
Hi! Tobias Geerinckx-Rice writes: > Miguel, > > Thank you, and everyone else, for all your translation efforts. I've > translated before. It's ruddy hard work. You're welcome, and thank you too: we had nothing to translate if nobody pushed changes to make Guix even more awesome than it

Re: Fixing Zabbix db-secret-file documentation.

2020-11-08 Thread Tobias Geerinckx-Rice
Miguel, Thank you, and everyone else, for all your translation efforts. I've translated before. It's ruddy hard work. Miguel Ángel Arruga Vivas 写道: Tobias Geerinckx-Rice writes: Just for the record, I'm glad to translate that change or whatever comes next, but it makes me a bit sad when

Re: Fixing Zabbix db-secret-file documentation.

2020-11-07 Thread Miguel Ángel Arruga Vivas
Hi! Tobias Geerinckx-Rice writes: > I've changed it to front-end just for consistency... for now ;-) and > pushed to master as 83dee0e5b29dee75cffd5aa2a7748697eb73b036. If > nobody objects I'll cherry-pick it to version-1.2.0 before the > release. That'll be the on-line manual for some time to

Re: Fixing Zabbix db-secret-file documentation.

2020-11-07 Thread Tobias Geerinckx-Rice
Oleg Pykhalov 写道: front end ^ front-end

Re: Fixing Zabbix db-secret-file documentation.

2020-11-07 Thread Oleg Pykhalov
Hi, Tobias Geerinckx-Rice writes: […] > @deftypevr {@code{zabbix-front-end-configuration} parameter} string > db-secret-file > -Secret file which will be appended to @file{zabbix.conf.php} file. This > -file contains credentials for use by Zabbix front-end. You are expected > -to create it

Fixing Zabbix db-secret-file documentation.

2020-11-06 Thread Tobias Geerinckx-Rice
Guix, We currently claim that db-secret-file is appended to zabbix.conf.php. To me that can only mean: $ cat db-secret-file $DB['PASSWORD'] = 'supersecure' $DB['maybe'] = 'some more sekrit stuff too' but it's really just: "$DB['PASSWORD'] = '" (with-input-from-file db-secret-file