Skip to content

A program that collects hardware information and sends it to a server

License

Notifications You must be signed in to change notification settings

2zqa/ssot-specs-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Create a configuration file in /etc/ssot-specs-collector/config. For example:

    api-key 06a85GDe8pOgVTxm
    uuid d7ca6fb2-77af-40db-a0bc-33962df35bf5
    
  2. Ensure that ssot-specs-server is running and reachable

Installation and running

  1. Clone and enter the repository: git clone https://github.com/2zqa/ssot-specs-server.git && cd ssot-specs-server
  2. Run go install
  3. 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

About

A program that collects hardware information and sends it to a server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages