Munin : Add Target Items2026/04/02 |
|
Enable plugin to add new monitoring target items. ⇒ https://github.com/munin-monitoring/contrib/ For example, add a terget iten to enable Apache access plugin on here. |
|
| [1] | Configure on the target host you'd like to enable a new plugin. |
|
[root@dlp ~]#
[root@dlp ~]# dnf -y install perl-libwww-perl ln -s /usr/share/munin/plugins/apache_accesses /etc/munin/plugins/apache_accesses
[root@dlp ~]#
vi /etc/httpd/conf.d/server-status.conf
# create new
<Location /server-status>
SetHandler server-status
Require local
</Location>
systemctl restart munin-node [root@dlp ~]# systemctl reload httpd
|
| [2] | Login to the Munin admin site and make sure a new taget item is displayed after few minutes later. |
|
| Sponsored Link |
|
|