NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

FlashPool harvest graphs issue

LORENZO_CONTI
2,899 Views

Hello,

I have noticed that for clusters monitored via harvest 1.4.2 flash pool graphs are showing no data.
The issue is not present where the poller is 1.3.

Is it possible something was wrong when we updated harvest?

Thank you


1 REPLY 1

LORENZO_CONTI
2,846 Views

Hello,
the problem seems related to a template I added to start monitor a wafl parameter, here's the conf file

%poller = (
'wafl' =>
{
counter_list => [ qw(node_name node_uuid
inode_cnt
) ],
graphite_leaf => 'node.{node_name}.wafl',
enabled => '1'
},
);

Graph restarted to work when I removed the entry in harvest.conf.  What I'm doing wrong with templating?

Thank you

Public