From d0aa03053d9802b2020ba66a742a023d0ea3138b Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 24 Jun 2008 14:14:30 +0000 Subject: [PATCH] Additions to monitoring def in defspec. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 6fe2ee410..bc9e2cfae 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -497,7 +497,7 @@ nimimage => { bosinst_data => 'The name of a NIM bosinst_data resource.', installp_bundle => 'The name of a NIM installp_bundle resource.', mksysb => 'The name of a NIM mksysb resource.', - comments => 'Any user-written notes.', + comments => 'Any user-provided notes.', disable => "Set to 'yes' or '1' to comment out this row.", }, }, @@ -1062,10 +1062,6 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs); tabentry => 'nimimage.shared_home', access_tabentry => 'nimimage.imagename=attr:imagename', }, - {attr_name => 'res_group', - tabentry => 'nimimage.res_group', - access_tabentry => 'nimimage.imagename=attr:imagename', - }, {attr_name => 'script', tabentry => 'nimimage.script', access_tabentry => 'nimimage.imagename=attr:imagename', @@ -1331,6 +1327,10 @@ push(@{$defspec{group}->{'attrs'}}, @nodeattrs); tabentry => 'monitoring.comments', access_tabentry => 'monitoring.name=attr:name', }, + {attr_name => 'disable', + tabentry => 'monitoring.disable', + access_tabentry => 'monitoring.name=attr:name', + }, ); # Build a corresponding hash for the attribute names to make