~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to local/snmpconf.dir/snmpd-data/monitor

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
info #
27
27
info # PATH:  mount path to the disk in question.
28
28
info # MIN:   Disks with space below this value will have the Mib's errorFlag set.
29
 
info #        Can be a raw byte value or a percentage followed by the %
 
29
info #        Can be a raw integer value (units of kB) or a percentage followed by the %
30
30
info #        symbol.  Default value = 100000.
31
31
info #
32
32
info The results are reported in the dskTable section of the UCD-SNMP-MIB tree
57
57
info Display a files size statistics.
58
58
info If it grows to be too large, report an error about it.
59
59
info
60
 
info # file /path/to/file [maxsize_in_bytes]
 
60
info # file /path/to/file [maxsize_in_kilobytes]
61
61
info #
62
62
info #   if maxsize is not specified, assume only size reporting is needed.
63
63
info #
64
64
info The results are reported in the fileTable section of the UCD-SNMP-MIB tree
65
65
question 1 Enter the path to the file you wish to monitor
66
 
question 2 Enter the maximum size (in bytes) allowable for $1
 
66
question 2 Enter the maximum size (in kilobytes) allowable for $1
67
67
 
68
68
group monitoring_services
69
69
multiple proc Do you want to configure the agents ability to monitor processes?