Skip to content

Commit

Permalink
Merge branch 'master' into 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed Jun 24, 2024
2 parents 4a85da1 + 33cc1c9 commit ea691ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config_pscheduler_limits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ This identifier downloads the `Amazon Web Services CIDR block list <https://docs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The ``ip-cymru-bogon`` identifier determines whether or not the
requester's address is in Team Cymru's `Bogon Refernce List
requester's address is in Team Cymru's `Bogon Reference List
<http://www.team-cymru.org/bogon-reference.html>`_.

Its ``data`` is an object containing the following pairs:
Expand All @@ -325,7 +325,7 @@ Its ``data`` is an object containing the following pairs:
definitive answer cannot be found.


Note that this identifier uses the `Domain Name Service
Note that this identifier uses the `Bogon Reference Domain Name Service
<http://www.team-cymru.org/bogon-reference-dns.html>`_ to check
whether or not an address is in the list, and therefore its use
requires that the host be able to resolve hosts on the public
Expand Down Expand Up @@ -378,7 +378,7 @@ Its ``data`` is an object containing the following pairs:
definitive answer cannot be found.


Note that this identifier uses the `Domain Name Service
Note that this identifier uses the `IP to ASN Domain Name Service
<http://www.team-cymru.org/asn-reference-dns.html>`_ to check
whether or not an address is in the list, and therefore its use
requires that the host be able to resolve hosts on the public
Expand Down
4 changes: 2 additions & 2 deletions install_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ Step 2: Install a Bundle
During the installation process, you'll be asked to choose a password for the pscheduler database.

Setting the default user password in PostgreSQL
++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++
With a regular ``apt install``, the user is prompted to enter a password for the new PostgreSQL database created during installation. You can choose this password arbitrarily or leave it empty (the DB is only accessible locally).
Alternatively, you can install packages with APT in non-interactive mode to avoid the password prompt by setting the following environment variable when installing: ``DEBIAN_FRONTEND=noninteractive apt install perfsonar-toolkit``

Optional Packages
++++++++++++++++++
+++++++++++++++++
In addition to any of the bundles above you may also **optionally** choose to install one or more of our add-on packages (these are automatically added on the perfsonar-toolkit bundle):

* ``apt install perfsonar-toolkit-ntp`` - Automatically detects closest NTP servers and sets them in ntp.conf
Expand Down
2 changes: 1 addition & 1 deletion psconfig_pscheduler_agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Looking at the last run with ``psconfig stats pscheduler``
-----------------------------------------------------------
One of the first steps to perform when debugging the pSConfig pScheduler agent is to get information about the last time the agent ran. A run in this context describes an instance when pSConfig downloaded all the templates it is configured to use, made any local modifications and determined which tasks that need to be created and/or removed from the pScheduler servers with which it interacts. As described in :ref:`psconfig_pscheduler_agent-intro-role`, a run can be triggered by the passing of a set time interval (60 minutes by default) or a configuration file change.

Rather than manually digging through logs, pSConfig provides a tool for parsing summary information about the last run in the form of the ``psconfig stats pscheduler `` command. The command does not require any options and is shown below::
Rather than manually digging through logs, pSConfig provides a tool for parsing summary information about the last run in the form of the ``psconfig stats pscheduler`` command. The command does not require any options and is shown below::
psconfig stats pscheduler

Expand Down

0 comments on commit ea691ea

Please sign in to comment.