~ubuntu-branches/ubuntu/natty/munin/natty

« back to all changes in this revision

Viewing changes to plugins/node.d.linux/df_inode.in

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2009-12-04 15:48:53 UTC
  • mto: (8.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20091204154853-ovbff1s1jo6s4q95
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
            # Create and print labels
104
104
            print "$name.label $dir\n";
105
 
            print_thresholds($name);
 
105
            print_thresholds($name,undef,undef,92,98);
106
106
        }
107
107
    }
108
108
    close DF;