diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-13 10:05:39 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-13 10:05:39 +0200 |
commit | b0f86104b3d58fabb904feab381e0823870bf937 (patch) | |
tree | f364f5521b43a99786cd23e49f78810c480aa9e8 /docs | |
parent | afcddbaabc6aa153f9af2c98e494b864b94f21e5 (diff) | |
download | cacert-infradocs-b0f86104b3d58fabb904feab381e0823870bf937.tar.gz cacert-infradocs-b0f86104b3d58fabb904feab381e0823870bf937.tar.xz cacert-infradocs-b0f86104b3d58fabb904feab381e0823870bf937.zip |
Upgrade jenkins to Debian 10.0 Buster
- document Icinga2 usage
- document change to systemd
Diffstat (limited to 'docs')
-rw-r--r-- | docs/systems/jenkins.rst | 59 |
1 files changed, 29 insertions, 30 deletions
diff --git a/docs/systems/jenkins.rst b/docs/systems/jenkins.rst index 82eb368..0c457f1 100644 --- a/docs/systems/jenkins.rst +++ b/docs/systems/jenkins.rst @@ -103,10 +103,10 @@ Operating System ---------------- .. index:: - single: Debian GNU/Linux; Stretch - single: Debian GNU/Linux; 9.4 + single: Debian GNU/Linux; Buster + single: Debian GNU/Linux; 10.0 -* Debian GNU/Linux 9.4 +* Debian GNU/Linux 10.0 Services ======== @@ -125,7 +125,7 @@ Listening services +----------+---------+----------+----------------------------+ | 2022/tcp | Jenkins | internal | Jenkins ssh port | +----------+---------+----------+----------------------------+ -| 5666/tcp | nrpe | monitor | remote monitoring service | +| 5665/tcp | icinga2 | monitor | remote monitoring service | +----------+---------+----------+----------------------------+ | 8080/tcp | Jenkins | internal | Jenkins web interface | +----------+---------+----------+----------------------------+ @@ -135,38 +135,37 @@ Running services .. index:: single: cron + single: dbus single: exim + single: icinga2 single: jenkins - single: nrpe single: openssh single: puppet agent single: rsyslog -+--------------------+--------------------+-----------------------------------------+ -| Service | Usage | Start mechanism | -+====================+====================+=========================================+ -| cron | job scheduler | init script :file:`/etc/init.d/cron` | -+--------------------+--------------------+-----------------------------------------+ -| Exim | SMTP server for | init script | -| | local mail | :file:`/etc/init.d/exim4` | -| | submission | | -+--------------------+--------------------+-----------------------------------------+ -| Jenkins | Jenkins CI server | init script :file:`/etc/init.d/jenkins` | -+--------------------+--------------------+-----------------------------------------+ -| Nagios NRPE server | remote monitoring | init script | -| | service queried by | :file:`/etc/init.d/nagios-nrpe-server` | -| | :doc:`monitor` | | -+--------------------+--------------------+-----------------------------------------+ -| openssh server | ssh daemon for | init script :file:`/etc/init.d/ssh` | -| | remote | | -| | administration | | -+--------------------+--------------------+-----------------------------------------+ -| Puppet agent | configuration | init script | -| | management agent | :file:`/etc/init.d/puppet` | -+--------------------+--------------------+-----------------------------------------+ -| rsyslog | syslog daemon | init script | -| | | :file:`/etc/init.d/syslog` | -+--------------------+--------------------+-----------------------------------------+ ++----------------+--------------------------+----------------------------------+ +| Service | Usage | Start mechanism | ++================+==========================+==================================+ +| cron | job scheduler | systemd unit ``cron.service`` | ++----------------+--------------------------+----------------------------------+ +| Exim | SMTP server for local | systemd unit ``exim4.service`` | +| | mail submission | | ++----------------+--------------------------+----------------------------------+ +| dbus-daemon | System message bus | systemd unit ``dbus.service`` | +| | daemon | | ++----------------+--------------------------+----------------------------------+ +| icinga2 | Icinga2 monitoring agent | systemd unit ``icinga2.service`` | ++----------------+--------------------------+----------------------------------+ +| Jenkins | Jenkins CI server | systemd unit ``jenkins.service`` | ++----------------+--------------------------+----------------------------------+ +| openssh server | ssh daemon for | systemd unit ``ssh.service`` | +| | remote administration | | ++----------------+--------------------------+----------------------------------+ +| Puppet agent | configuration | systemd unit ``puppet.service`` | +| | management agent | | ++----------------+--------------------------+----------------------------------+ +| rsyslog | syslog daemon | systemd unit ``rsyslog.service`` | ++----------------+--------------------------+----------------------------------+ Connected Systems ----------------- |