Skip to content
Snippets Groups Projects
Karel Kočí's avatar
Karel Koci authored
Changed
* `lspci` expanded to show also vendor and device numbers and names

Fixed
* `nikola` fixed to call `sentinel-nikola` instead of `nikola`
982903c1
Forked from Turris / diagnostics
150 commits behind the upstream repository.

Turris diagnostics

Diagnostic scripts to be executed on Turris router generating text report.

Diagnostics are divided to modules. New modules can be implemented in modules directory. Read README file in modules directory for more on how to create modules.

Localization

This command should be localized. To test it you can run

make install  # installs localization
LANGUAGE=cs ./diagnostics.sh help

To update messages you can simply call

make messages

Do not forget to call this command when you add new or modify existing "gettext" strings.

Note that the translations are supposed to be edited using weblate and merged backwards afterwards. See turris-translations repository for details.