mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
4ac1be2ede
SNMP: disks, memory, load, network interfaces, running processes, etc... The other idea is to select disks, interfaces, process using regular expressions: - it is possible to test more than one disk/int/process in one Nagios check (ex.: eth* instead of eth0,eth1,eth2,...) - you only have to provide a unique part of the name to select a disk/int/process (ex. : "C:" instead of "C:\ Label: Serial Number xxxxxxx" makes it easy to use on multiple Windows hosts). Most of these scripts can make performance outputs. WWW: http://nagios.manubulon.com/ PR: ports/135523 Submitted by: Alexey V. Degtyarev
17 lines
638 B
Plaintext
17 lines
638 B
Plaintext
The general idea of these scripts is to check as many things as possible with
|
|
SNMP: disks, memory, load, network interfaces, running processes, etc...
|
|
|
|
The other idea is to select disks, interfaces, process using regular
|
|
expressions:
|
|
|
|
- it is possible to test more than one disk/int/process in one Nagios check
|
|
(ex.: eth* instead of eth0,eth1,eth2,...)
|
|
|
|
- you only have to provide a unique part of the name to select a
|
|
disk/int/process (ex. : "C:" instead of "C:\ Label: Serial Number xxxxxxx"
|
|
makes it easy to use on multiple Windows hosts).
|
|
|
|
Most of these scripts can make performance outputs.
|
|
|
|
WWW: http://nagios.manubulon.com/
|