monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to monit/monitor.h


From: Martin Pala
Subject: Changes to monit/monitor.h
Date: Thu, 09 Dec 2004 13:10:54 -0500

Index: monit/monitor.h
diff -u monit/monitor.h:1.157 monit/monitor.h:1.158
--- monit/monitor.h:1.157       Tue Sep 28 14:24:01 2004
+++ monit/monitor.h     Thu Dec  9 17:02:44 2004
@@ -555,6 +555,10 @@
   long   f_files;                        /**< Total file nodes in filesystem */
   long   f_filesfree;                     /**< Free file nodes in filesystem */
   char   mntpath[STRLEN];      /**< Filesystem file, directory or mountpoint */
+  int    inode_percent;                      /**< Used inode percentage * 10 */
+  long   inode_total;                          /**< Used inode total objects */
+  int    space_percent;                      /**< Used space percentage * 10 */
+  long   space_total;                           /**< Used space total blocks */
 
   /* FIle specific */
   size_t st_size;                                                 /**< Size */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]