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
This commit is contained in:
parent
fc4353bd48
commit
d0aa03053d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user