Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O OpenStack-Cloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Christopher Hauser
  • OpenStack-Cloud
  • Wiki
  • rsyslog

rsyslog · Changes

Page history
ehx27 created page: rsyslog authored Sep 30, 2014 by Christopher Hauser's avatar Christopher Hauser
Show whitespace changes
Inline Side-by-side
rsyslog.markdown 0 → 100644
View page @ a620e501
# How to install rsyslog
rsyslog is used to gather logs from distributed server nodes on one central server node where they were stored in log files. In our installation, __all nodes__ are sending their log __to the storage node__.
The (r)syslog daemon is installed by default on ubuntu min. > 12.04 and centos min. > 6.5.
## configuring the sources
Edit the file /etc/nova.conf
```
local0.* @@10.8.10.100:1024 # SET IP AND PORT OF SINK!
```
## configuring the sink
Edit the file /etc/rsyslog.conf
```
...
# provides TCP syslog reception
$ModLoad imtcp
$InputTCPServerRun 1024
...
:hostname, isequal, "clusterlab04" /var/log/clusterlab04.log
```
\ No newline at end of file
Clone repository
  • Add Computenode to Beta cluster
  • disk partitioning
  • eth if names
  • ganglia
  • Home
  • ipmitool
  • kickstart
  • networking
  • neutron external
  • nova migration
  • omi clusterlab addnode
  • omi clusterlab index
  • omi clusterlab nodes
  • opendaylight
  • openstack export image
View All Pages