includes possible in snmpd.conf ?
"Palmadesso Jack IT743" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <ABDEC3622367D440A44029D0B6BF7CFFE612B7@ORLA203A.ww007.siemens.net> |
Hopefully I can make this a simple question. Is it possible to use an include in an snmpd.conf so that we can call a common file to read in for things like disk and process monitoring. Here is an example for disk monitoring: Current snmpd.conf snippet: disk / 10% disk /home 30% How we would like it to look: include /some/file/name/on/the/network Basically the include would read in the disk values to be monitored by the agent. Our admins are asking if this is possible to make it easier to control the values with some admin scripts already in place. Jack