LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux - Ubuntu - Monitor .conf and such files of installed applications (https://www.linuxquestions.org/questions/linux-newbie-8/linux-ubuntu-monitor-conf-and-such-files-of-installed-applications-4175629957/)

derokk 05-18-2018 07:19 AM

Linux - Ubuntu - Monitor .conf and such files of installed applications
 
Hello guys,

I'm looking for a good way to monitor config files (from various software like: nginx, Apache2, PHP and such) and some way to keep an history of all the changes that can be made in them.

My server are on AWS Amazon and I would like to find a solid and effective solution.

Regards,

/dev/random 05-18-2018 03:10 PM

Quote:

Originally Posted by derokk (Post 5856292)
Hello guys,

I'm looking for a good way to monitor config files (from various software like: nginx, Apache2, PHP and such) and some way to keep an history of all the changes that can be made in them.

My server are on AWS Amazon and I would like to find a solid and effective solution.

Regards,

Monitor config files? why?

As for history, yes make a git repo and every time you change a config, you commit the changes to the repo as well. Since git is revision based, you can go back to any point in time and look at the committed files for that revision.

AwesomeMachine 05-20-2018 08:28 PM

Tripwire works for that.


All times are GMT -5. The time now is 02:44 AM.