diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-07-22 01:42:24 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-07-22 01:42:24 +0000 |
commit | 159793e1210182331a63cd5b846d29609fe743d6 (patch) | |
tree | a8ac3d01d55bf99505de32b64c2a8a0dd8c446b2 /src/sbin | |
parent | f400c03da3da541b291a7051b30c320764f6d200 (diff) | |
download | bcfg2-159793e1210182331a63cd5b846d29609fe743d6.tar.gz bcfg2-159793e1210182331a63cd5b846d29609fe743d6.tar.bz2 bcfg2-159793e1210182331a63cd5b846d29609fe743d6.zip |
Switch to new statistics plugin API
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4818 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server index f3aeca5bf..7ee8abfdd 100755 --- a/src/sbin/bcfg2-server +++ b/src/sbin/bcfg2-server @@ -174,7 +174,7 @@ class Bcfg2Serv(Bcfg2.Component.Component): meta = self.Core.metadata.get_metadata(client) # Update statistics - self.Core.stats.updateStats(sdata, meta.hostname) + self.Core.stats.StoreStatistics(meta, sdata) self.logger.info("Client %s reported state %s" % (client, state.attrib['state'])) |