.\"############################################################################# .\"$Id: ipmidetectd.conf.5.pre.in,v 1.15 2010-02-08 22:02:30 chu11 Exp $ .\"############################################################################# .\" Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC. .\" Copyright (C) 2007 The Regents of the University of California. .\" Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .\" Written by Albert Chu .\" UCRL-CODE-228523 .\" .\" This file is part of Ipmidetect, tools and libraries for detecting .\" IPMI nodes in a cluster. For details, see http://www.llnl.gov/linux/. .\" .\" Ipmidetect is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free .\" Software Foundation; either version 3 of the License, or (at your option) .\" any later version. .\" .\" Ipmidetect is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. .\" .\" You should have received a copy of the GNU General Public License along .\" with Ipmidetect. If not, see . .\"############################################################################# .TH ipmidetectd.conf 5 "2022-02-26" "ipmidetectd.conf 1.6.9" "ipmidetectd.conf" .SH "NAME" ipmidetectd.conf \- ipmidetectd configuration file .SH "DESCRIPTION" The .B ipmidetectd configuration file configures the .B ipmidetectd daemon. .LP The default configuration file loaded is /etc/freeipmi//ipmidetectd.conf. .LP The configuration options that can be specified in the configuration file are listed below. Each configuration option must be listed on a separate line. Arguments for an option are separated by any amount of whitespace. Multiple arguments are also separated by whitespace. Comments can be marked by using the pound sign ("#") character, and lines can be continued on the next using backslash ("\\"). .SH "IPMIDETECTD CONFIGURATION OPTIONS" .TP .TP .I ipmiping_period num Specify the period time in milliseconds that IPMI pings should be regularly sent out. Default is 15000. .TP .I ipmidetectd_server_port port Specify the alternate default port the ipmidetectd server should listen for requests off of. Default is 9225. .TP .I host string[:port] Specify a host or IP address the ipmidetectd daemon should send IPMI pings to. Can be specified as many times as necessary. An optional port can be specified. Can accept host ranges as input. See HOSTRANGED SUPPORT in .B ipmidetect(8) for information on ranged formats. If specifying an IPv6 address and port, use the format [ADDRESS]:PORT. .SH "FILES" /etc/freeipmi//ipmidetectd.conf .SH "REPORTING BUGS" Report bugs to or . .SH COPYRIGHT Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC. .br Copyright (C) 2007 The Regents of the University of California. .SH "SEE ALSO" ipmidetectd(8), ipmidetect(8) .PP http://www.gnu.org/software/freeipmi/