summaryrefslogtreecommitdiff
path: root/net-analyzer/nagios-plugins/metadata.xml
blob: ab6f0703466c63bbd8c85d2dc10dbaff5108557e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>mjo@gentoo.org</email>
    <name>Michael Orlitzky</name>
  </maintainer>
  <maintainer type="project">
    <email>sysadmin@gentoo.org</email>
    <name>Gentoo Sysadmin Project</name>
  </maintainer>
  <use>
    <flag name="filecaps">
      Use filesystem capabilities for privileged executables like
      check_icmp (preferable to suid).
    </flag>
    <flag name="ipv6">
      Enable ipv6 checks.
    </flag>
    <flag name="nagios-dns">
      Install <pkg>net-dns/bind</pkg> required for monitoring
      DNS servers. Disabling the flag does not remove any plugin file.
    </flag>
    <flag name="nagios-game">
      Install <pkg>games-util/qstat</pkg> required for monitoring FPS
      servers. Disabling the flag does not remove any plugin file.
    </flag>
    <flag name="nagios-ping">
      Install <pkg>net-analyzer/fping</pkg> required for fancy ping
      monitoring. Disabling the flag does not remove any plugin file.
    </flag>
    <flag name="rpc">
      Install <pkg>net-nds/rpcbind</pkg> required for monitoring RPC
      services. Disabling the flag does not remove any plugin file.
    </flag>
    <flag name="ssh">
      Install <pkg>net-misc/openssh</pkg> required for monitoring SSH
      servers. Disabling the flag does not remove any plugin file.
    </flag>
    <flag name="snmp" restrict="&gt;=net-analyzer/nagios-plugins-1.4.16-r1">
      Install <pkg>dev-perl/Net-SNMP</pkg> required for monitoring
      SNMP values. Disabling the flag does not remove any plugin file.
    </flag>
    <flag name="suid">
      Fall back to suid for privileged checks like check_icmp if
      filecaps are disabled or unavailable.
    </flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>