Govroam

The Roaming solution for the public sector

User Tools

Site Tools


siteadmin:syslog_f-ticks_logging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
siteadmin:syslog_f-ticks_logging [2020/11/20 11:00] – ↷ Page name changed from siteadmin:freeradius_f-ticks_logging to siteadmin:syslog_f-ticks_logging adminsiteadmin:syslog_f-ticks_logging [2024/11/13 13:22] (current) admin
Line 1: Line 1:
 +If you're acting as a Federation then we need your logs sent to us. If you're an Individual organisation then it's not necessary as we see all the traffic on our NRPS.
 +
 Configuring F-TICKS for FreeRADIUS is as simple as adding an extra module file and restarting FR. This is an [[siteadmin:basic_freeradius_orps_configuration#mods-available-_govroam_logs|F-TICKS code fragment]] which should work and be of the right format.  Configuring F-TICKS for FreeRADIUS is as simple as adding an extra module file and restarting FR. This is an [[siteadmin:basic_freeradius_orps_configuration#mods-available-_govroam_logs|F-TICKS code fragment]] which should work and be of the right format. 
  
Line 5: Line 7:
 To send the F-TICKS to Jisc your syslog configuration will need to be able to identify the right messages and know where to send them. To send the F-TICKS to Jisc your syslog configuration will need to be able to identify the right messages and know where to send them.
  
-Destination: utilities.govroam.uk, port 514. +Destination: utilities.govroam.uk, port 514/TCP
  
 An easy way to identify the messages would be to look for 'F-TICKS' in the message.  An easy way to identify the messages would be to look for 'F-TICKS' in the message. 
  
-Example for syslog-ng:+===Example for syslog-ng===
  
 <code> <code>
Line 26: Line 28:
 }; };
  
 +</code>
 +
 +===Example for rsyslog===
 +
 +<code>
 +   local0.*
 +   @@utilities.govroam.uk:514
 </code> </code>
siteadmin/syslog_f-ticks_logging.1605870042.txt.gz · Last modified: 2020/11/20 11:00 by admin