Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
25075cb9
Commit
25075cb9
authored
May 11, 2004
by
Leigh B. Stoller
Browse files
Add sshxmlrpc.log in various places.
parent
405bd4d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
25075cb9
...
...
@@ -119,7 +119,8 @@ my @LOGFILES = ("$LOGDIR/bootinfo.log", "$LOGDIR/tmcd.log",
"
$LOGDIR
/capture.log
",
"
$LOGDIR
/dhcpd.log
",
"
$LOGDIR
/capserver.log
",
"
$LOGDIR
/frisbeed.log
",
"
$LOGDIR
/tevd.log
",
"
$LOGDIR
/proxydhcp.log
",
"
$LOGDIR
/elvind.log
",
"
$LOGDIR
/stated.log
",
"
$LOGDIR
/osselect.log
",
"
$LOGDIR
/tftpd.log
",
"
$LOGDIR
/sdcollectd.log
");
"
$LOGDIR
/tftpd.log
",
"
$LOGDIR
/sdcollectd.log
",
"
$LOGDIR
/sshxmlrpc.log
");
my
@CISCO_MIBS
=
("
CISCO-SMI
",
"
CISCO-TC
",
"
CISCO-VTP-MIB
",
"
CISCO-PAGP-MIB
",
"
CISCO-PRIVATE-VLAN-MIB
",
"
CISCO-STACK-MIB
",
"
CISCO-VLAN-MEMBERSHIP-MIB
");
...
...
@@ -320,7 +321,8 @@ Phase "syslog", "Setting up syslog", sub {
"
!genlastlog
","
*.*
\t\t\t\t\t\t
$LOGDIR
/genlastlog.log
",
"
!sdcollectd
","
*.*
\t\t\t\t\t\t
$LOGDIR
/sdcollectd.log
",
"
!plabgetfree
","
*.*
\t\t\t\t\t\t
$LOGDIR
/plabgetfree.log
",
"
!plabrenew
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/plabrenew.log
");
"
!plabrenew
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/plabrenew.log
",
"
!sshxmlrpc
",
"
*.*
\t\t\t\t\t\t
$LOGDIR
/sshxmlrpc.log
");
};
Phase
"
logdir
",
"
Creating log directory
",
sub
{
...
...
@@ -368,7 +370,8 @@ Phase "syslog", "Setting up syslog", sub {
"
$LOGDIR
/genlastlog 640 3 200 * Z
"
.
"
/var/run/lastlog_daemon.pid
",
"
$LOGDIR
/plabmetrics.log 640 7 1000 * Z
",
"
$LOGDIR
/plablinkdata.log 640 7 1000 * Z
");
"
$LOGDIR
/plablinkdata.log 640 7 1000 * Z
",
"
$LOGDIR
/sshxmlrpc.log 640 7 300 * Z
");
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment