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 Oct 01, 2014 by Christopher Hauser's avatar Christopher Hauser
Show whitespace changes
Inline Side-by-side
rsyslog.markdown
View page @ 18f9996b
...@@ -10,10 +10,10 @@ Create the file /etc/rsyslog.d/10-remotelog.conf ...@@ -10,10 +10,10 @@ Create the file /etc/rsyslog.d/10-remotelog.conf
# send logs to the storage node # send logs to the storage node
# same as written to /var/log/messages # same as written to /var/log/messages
*.info;mail.none;authpriv.none;cron.none @@10.1.1.12:1024 *.info;mail.none;authpriv.none;cron.none @@10.1.1.12:5327
# openstack logs # openstack logs
local0.* @@10.1.1.12:1024 local0.* @@10.1.1.12:5327
``` ```
Tell nova to use syslog for logging. Place the following in [DEFAULT] of /etc/nova/nova.conf: Tell nova to use syslog for logging. Place the following in [DEFAULT] of /etc/nova/nova.conf:
``` ```
...@@ -30,7 +30,7 @@ Edit the file /etc/rsyslog.conf ...@@ -30,7 +30,7 @@ Edit the file /etc/rsyslog.conf
... ...
# provides TCP syslog reception # provides TCP syslog reception
$ModLoad imtcp $ModLoad imtcp
$InputTCPServerRun 1024 $InputTCPServerRun 5327
... ...
:hostname, isequal, "clusterlab04" /var/log/clusterlab04.log :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