- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Syslog facility change from Daemon to Localx
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-01-2013 04:48 AM
Hello,
I am trying to change at Grid level the syslog facility from "daemon" to "local3"
Grid Properties => Monitoring :
Log to external Syslog Servers ( checked )
Added the Syslog Server IP@ on port 514
Copy Audit Log Messahe to Syslog ( checked )
System facility = Local 3
When doing a TCM Dump on the server side I am still getting "daemon" as facility ...
Is there anything else I need to update to change the syslog facility ?
Thank you,
David Sanchez
Solved! Go to Solution.
Is there a solution?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-21-2013 02:12 PM
does anyone have a solution for this problem? We are facing the same issue.
Syslog facility
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-02-2013 02:20 PM
The setting for changing syslog facility applies only to the audit messages.
But how do we send leases to a syslogserver then?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-14-2014 05:09 AM
But how do we send leases to a syslogserver then?
DHCP Lease logging
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-14-2014 05:24 AM
Jan:
You can only send DHCP Lease History (once it's enabled) to a Lease Logging Grid member (another Infoblox Grid member). The only other option is if you have purchased Reporting Server. See page 907 of the NIOS Admin Guide (for NIOS 6.11)
HTH, Seth
We use rsyslog for our
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-14-2014 06:02 AM
We use rsyslog for our logging host and we force all logs coming from the server into one file like this:
:FROMHOST, isequal, "128.252.0.1" /var/log/infoblox.log
& ~
Not the answer you were probably looking for, but it works for us.