diff --git a/roles/telegraf/files/telegraf_mountstats.py b/roles/telegraf/files/telegraf_mountstats.py index 45fcf8a7fb21443eec754d5015afa3f541d839c1..560549210abe4ae830604cf067641499b1ff2a92 100644 --- a/roles/telegraf/files/telegraf_mountstats.py +++ b/roles/telegraf/files/telegraf_mountstats.py @@ -3,7 +3,7 @@ xprtudpcounters="proto,port,bind_count,rpcsends,rpcreceives,badxids,inflightsend xprttcpcounters="proto,port,bind_count,connect_count,connect_time,idle_time,rpcsends,rpcreceives,badxids,inflightsends,backlogutil".split(',') xprtrdmacounters="proto,port,bind_count,connect_count,idle_time,rpcsends,rpcreceives,badxids,backlogutil,read_chunks,write_chunks,reply_chunks,total_rdma_req',total_rdma_rep,pullup,fixup,hardway,failed_marshal,bad_reply".split(',') NfsOpCounters="operations,transmissions,major_timeouts,bytes_sent,bytes_recv,queue_time,response_time,request_time".split(',') -OPS="WRITE,OPEN,CLOSE,ACCESS,RENAME,SYMLINK,CREATE".split(',') +OPS="GETATTR,WRITE,OPEN,CLOSE,ACCESS,RENAME,SYMLINK,CREATE".split(',') NfsEventCounters = [ 'inoderevalidates',