Skip to main content
deleted 6 characters in body
Source Link
techraf
  • 6.1k
  • 11
  • 36
  • 51

Does anyone would know of a software capable of keeping track of Linux/UNIX systems configurations centralized on a server? Possibly with a web gui and history capabilities?

There are probably two ways of approaching this particular question, and it depends on exactly what you're asking.

If you have an existing fleet of systems and you are looking for a way to keep track of what you own, when it was purchased, who is responsible for it, when the warranty expires, etc, then you are probably looking for "asset management" software. A search for that will give you lots of relevant results.

If you are looking for a way to manage the software configuration across a number of servers, then you are probably asking about "configuration management". In this space, tools like ansible, puppet, chef, and others will let you deploy software and configurations from a central location -- often maintained using version control software such as git -- across a few systems or across thousands of systems.

All of the above provide both CLI tools as well as advanced web-based management interfaces.

Does anyone would know of a software capable of keeping track of Linux/UNIX systems configurations centralized on a server? Possibly with a web gui and history capabilities?

There are probably two ways of approaching this particular question, and it depends on exactly what you're asking.

If you have an existing fleet of systems and you are looking for a way to keep track of what you own, when it was purchased, who is responsible for it, when the warranty expires, etc, then you are probably looking for "asset management" software. A search for that will give you lots of relevant results.

If you are looking for a way to manage the software configuration across a number of servers, then you are probably asking about "configuration management". In this space, tools like ansible, puppet, chef, and others will let you deploy software and configurations from a central location -- often maintained using version control software such as git -- across a few systems or across thousands of systems.

All of the above provide both CLI tools as well as advanced web-based management interfaces.

Does anyone know of a software capable of keeping track of Linux/UNIX systems configurations centralized on a server? Possibly with a web gui and history capabilities?

There are probably two ways of approaching this particular question, and it depends on exactly what you're asking.

If you have an existing fleet of systems and you are looking for a way to keep track of what you own, when it was purchased, who is responsible for it, when the warranty expires, etc, then you are probably looking for "asset management" software. A search for that will give you lots of relevant results.

If you are looking for a way to manage the software configuration across a number of servers, then you are probably asking about "configuration management". In this space, tools like ansible, puppet, chef, and others will let you deploy software and configurations from a central location -- often maintained using version control software such as git -- across a few systems or across thousands of systems.

All of the above provide both CLI tools as well as advanced web-based management interfaces.

Source Link
larsks
  • 38.4k
  • 6
  • 60
  • 78

Does anyone would know of a software capable of keeping track of Linux/UNIX systems configurations centralized on a server? Possibly with a web gui and history capabilities?

There are probably two ways of approaching this particular question, and it depends on exactly what you're asking.

If you have an existing fleet of systems and you are looking for a way to keep track of what you own, when it was purchased, who is responsible for it, when the warranty expires, etc, then you are probably looking for "asset management" software. A search for that will give you lots of relevant results.

If you are looking for a way to manage the software configuration across a number of servers, then you are probably asking about "configuration management". In this space, tools like ansible, puppet, chef, and others will let you deploy software and configurations from a central location -- often maintained using version control software such as git -- across a few systems or across thousands of systems.

All of the above provide both CLI tools as well as advanced web-based management interfaces.