Changeset 3434

Show
Ignore:
Timestamp:
17/03/10 15:26:42 (2 years ago)
Author:
ligne
Message:

set Net::Server's syslog_ident parameter, so log lines have 'munin-node' as the process name, rather than the significantly less useful 'net_server'. fixes ticket #789.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/node/sbin/munin-node

    r3218 r3434  
    9898 
    9999    Munin::Node::Server->run( 
    100         conf_file => $conffile, 
    101         pid_file => "$Munin::Common::Defaults::MUNIN_STATEDIR/munin-node.pid" 
     100        syslog_ident => 'munin-node', 
     101        conf_file    => $conffile, 
     102        pid_file     => "$Munin::Common::Defaults::MUNIN_STATEDIR/munin-node.pid" 
    102103    ); 
    103104