English 中文(简体)
What Linux tools are available to monitor/configure deployed code? [closed]
原标题:

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

I m writing some telecommunications software, and must devise a way to monitor and configure the software after it has been deployed on a server.

The company I work for currently has an in-house solution, but we re exploring other options.

What tools are available that can do the following (preferably all in one package):
1) Deliver software updates to each server in the server farm.
2) Deliver configuration text files to each server and potentially restart the software to load the configuration.
3) Monitor the software on each server, and restart it if it crashes.

(Both commercial and open-source/free solutions are fine).

What tools are available to accomplish these goals on Linux?

最佳回答

Puppet performs well for this task.

问题回答

暂无回答




相关问题
Possible to sandbox Python configuration file?

I m thinking of implementing a configuration file written in Python syntax, not unlike what Django does. While I ve seen one or two SO questions about the merits of using executable code in ...

How to validate Java logging properties files?

I have a basic facility for allowing users to remotely apply changes to the logging files in my application. Some logs are configured using java.util.logging properties files, and some are configured ...

Where should I put this configuration setting?

I m designing a fairly small web application which will run on a Sun application server (v9.1). It only has a few pages, no database of its own, and will retrieve/update data via web services. There s ...

.Net application configuration add xml-data

I need to add xml-content to my application configuration file. Is there a way to add it directly to the appSettings section or do I need to implement a configSection? Is it possible to add the xml ...

Dependency bundle (jar-files/sources/API docs) in Eclipse

I m developing various in-house extensions for JIRA, the issue tracker we use. So far I worked with Netbeans and everything worked like a charm. However, now I need to switch to Eclipse and I m ...

热门标签