diff --git a/doc/Support/Discovery Support.md b/doc/Support/Discovery Support.md index 86ca2360f..0f7565b95 100644 --- a/doc/Support/Discovery Support.md +++ b/doc/Support/Discovery Support.md @@ -69,32 +69,59 @@ $config['discovery_modules']['charge'] = 1; #### Discovery modules `os`: Os detection. This module will pick up the OS of the device. + `ports`: This module will detect all ports on a device excluding ones configured to be ignored by config options. + `ports-stack`: Same as ports except for stacks. + `entity-physical`: Module to pick up the devices hardware support. + `processors`: Processor support for devices. + `mempools`: Memory detection support for devices. + `ipv4-addresses`: IPv4 Address detection + `ipv6-addresses`: IPv6 Address detection + `sensors`: Sensor detection such as Temperature, Humidity, Voltages + More + `storage`: Storage detection for hard disks + `hr-device`: Processor and Memory support via HOST-RESOURCES-MIB. + `discovery-protocols`: Auto discovery module for xDP, OSPF and BGP. + `arp-table`: Detection of the ARP table for the device. + `discovery-arp`: Auto discovery via ARP. + `junose-atm-vp`: Juniper ATM support. + `bgp-peers`: BGP detection and support. + `vlans`: VLAN detection and support. + `cisco-mac-accounting`: MAC Address account support. + `cisco-pw`: Pseudowires wires detection and support. + `cisco-vrf`: VRF detection and support. + `cisco-cef`: CEF detection and support. + `cisco-sla`: SLA detection and support. + `vmware-vminfo`: Detection of vmware guests on an ESXi host + `libvirt-vminfo`: Detection of libvirt guests. + `toner`: Toner levels support. + `ucd-diskio`: Disk I/O support. + `services`: *Nix services support. + `charge`: APC Charge detection and support. #### Running diff --git a/doc/Support/Poller Support.md b/doc/Support/Poller Support.md index ab5437f5d..4e06b54df 100644 --- a/doc/Support/Poller Support.md +++ b/doc/Support/Poller Support.md @@ -75,36 +75,67 @@ $config['poller_modules']['cisco-asa-firewall'] = 1; #### Poller modules `unix-agent`: Enable the check_mk agent for external support for applications. + `system`: Provides information on some common items like uptime, sysDescr and sysContact. + `os`: Os detection. This module will pick up the OS of the device. + `ipmi`: Enables support for IPMI if login details have been provided for IPMI. + `sensors`: Sensor detection such as Temperature, Humidity, Voltages + More. + `processors`: Processor support for devices. + `mempools`: Memory detection support for devices. + `storage`: Storage detection for hard disks + `netstats`: Statistics for IP, TCP, UDP, ICMP and SNMP. + `hr-mib`: Host resource support. + `ucd-mib`: Support for CPU, Memory and Load. + `ipSystemStats`: IP statistics for device. + `ports`: This module will detect all ports on a device excluding ones configured to be ignored by config options. + `bgp-peers`: BGP detection and support. + `junose-atm-vp`: Juniper ATM support. + `toner`: Toner levels support. + `ucd-diskio`: Disk I/O support. + `wifi`: WiFi Support for those devices with support. + `ospf`: OSPF Support. + `cisco-ipsec-flow-monitor': IPSec statistics support. + `cisco-remote-access-monitor`: Cisco remote access support. + `cisco-cef`: CEF detection and support. + `cisco-sla`: SLA detection and support. + `cisco-mac-accounting`: MAC Address account support. + `cipsec-tunnels`: IPSec tunnel support. + `cisco-ace-loadbalancer`: Cisco ACE Support. + `cisco-ace-serverfarms`: Cisco ACE Support. + `netscaler-vsvr`: Netscaler support. -`aruba-controller`: Arube wireless controller support. + +`aruba-controller`: Arube wireless controller support. + `entity-physical`: Module to pick up the devices hardware support. + `applications`: Device application support. + `cisco-asa-firewall`: Cisco ASA firewall support. #### Running