Rudder is an open source tool in the configuration management domain. Specifically aimed at drift assessment, it addresses automation, ongoing verification and repairs, centralizing information and knowledge about your infrastructure, compliance reporting... thus helping to keep drift from nominal ...
5
votes
1answer
37 views
How to configure rudder-agent?
When configuring rudder-agent, the doc says to fill policy_server.dat with the rudder-server hostname:
echo 'rudder-server' > /var/rudder/cfengine-community/policy_server.dat
Should i use ...
3
votes
2answers
127 views
how to remove a node in rudder 2.3
I'm using Rudder 2.3 (v.2.3.7~rc2~git201205021042 ) since some months now and I have added some VM which have been deleted now.
So I search a step by step howto to remove its from my rudder node ...
2
votes
2answers
266 views
Preventing multiple line loss when storing syslog messages in a Postgres database
I have an application creating reports that are centralized using syslog, and I'm storing them in a Postgres database for custom use.
The database has a specific format (given that the data I'm ...