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
public:gemini_toaster [2021/03/08 23:02] Nicopublic:gemini_toaster [2023/06/21 22:38] (current) – fix code tag bug Nico
Line 52: Line 52:
  
   * Add the following lines to /etc/inetd.conf. Adjust -d parameter to previously created user's home directory, don't forget the last slash:   * Add the following lines to /etc/inetd.conf. Adjust -d parameter to previously created user's home directory, don't forget the last slash:
 +
 <code> <code>
 gemini  stream  tcp     nowait          gemini  /usr/local/bin/vger     vger -v -i -d /home/gemini/ gemini  stream  tcp     nowait          gemini  /usr/local/bin/vger     vger -v -i -d /home/gemini/
Line 58: Line 59:
  
   * Activate inetd either by issuing   * Activate inetd either by issuing
 +
 <code bash> <code bash>
 # sysrc inetd_enable="YES" # sysrc inetd_enable="YES"
Line 63: Line 65:
  
 or, if you use separate files: or, if you use separate files:
 +
 <code bash> <code bash>
 # echo "inetd_enable=\"YES\"">/usr/local/etc/rc.conf.d/inetd # echo "inetd_enable=\"YES\"">/usr/local/etc/rc.conf.d/inetd
Line 99: Line 102:
 ===== Basic monitoring ===== ===== Basic monitoring =====
  
-The following miniamlistic script can be used to check for capsule availability in Nagios/Icinga/Shinken/Etc., assuming gnutls is installed:+The following minimalist script can be used to check for capsule availability in Nagios/Icinga/Shinken/Etc., assuming gnutls is installed:
  
 <code bash> <code bash>