command
module
Version:
v0.0.0-...-777877a
Opens a new window with list of versions in this module.
Published: Oct 24, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SSOT specs collector
Collects information about hardware and sends it to a central server
[!NOTE]
This project is part of a suite of projects that work together. For all other related projects, see this search query: owner:2zqa topic:ssot
Getting started
Prerequisites
Setup
-
Create a configuration file in /etc/ssot-specs-collector/config
. For example:
api-key 06a85GDe8pOgVTxm
uuid d7ca6fb2-77af-40db-a0bc-33962df35bf5
-
Ensure that ssot-specs-server is running and reachable
Installation and running
- Clone and enter the repository:
git clone https://github.com/2zqa/ssot-specs-server.git && cd ssot-specs-server
- Run
go install
- Run
ssot-specs-collector
[!TIP]
It is recommended to run the program as a service. For example, using systemd:
[Unit]
Description=SSOT specs collector
[Service]
ExecStart=/usr/bin/ssot-specs-collector
[Install]
WantedBy=multi-user.target
License
SSOT specs collector is licensed under the MIT license.
Acknowledgements
- Voys for facilitating the internship where this project was developed
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.