/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by hauk, Mon Jun 16 22:06:15 2003 UTC revision 1.61 by martinp, Sun Jun 22 18:02:31 2003 UTC
# Line 1262  static void do_task_device(HttpRequest r Line 1262  static void do_task_device(HttpRequest r
1262    
1263        for(dl= s->devicelist; dl; dl= dl->next) {        for(dl= s->devicelist; dl; dl= dl->next) {
1264    
1265          if(dl->resource == RESOURCE_INODE) {          if(dl->resource == RESOURCE_ID_INODE) {
1266    
1267            out_print(res,            out_print(res,
1268              "<tr><td>Inodes usage limit</a></td><td>if %s %ld %s then %s</td></tr>",              "<tr><td>Inodes usage limit</a></td><td>if %s %ld %s then %s</td></tr>",
# Line 1271  static void do_task_device(HttpRequest r Line 1271  static void do_task_device(HttpRequest r
1271              (dl->limit_absolute > -1)?"":"%",              (dl->limit_absolute > -1)?"":"%",
1272              actionnames[dl->action]);              actionnames[dl->action]);
1273    
1274          } else if(dl->resource == RESOURCE_SPACE) {          } else if(dl->resource == RESOURCE_ID_SPACE) {
1275    
1276            out_print(res,            out_print(res,
1277              "<tr><td>Space usage limit</a></td><td>if %s %ld %s then %s</td></tr>",              "<tr><td>Space usage limit</a></td><td>if %s %ld %s then %s</td></tr>",

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26