Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many same RRDs files at check_cdot_lun.pl #44

Open
monitoringjunkie opened this issue Jun 4, 2019 · 0 comments
Open

Too many same RRDs files at check_cdot_lun.pl #44

monitoringjunkie opened this issue Jun 4, 2019 · 0 comments

Comments

@monitoringjunkie
Copy link

Hello

I have a problem with plugin "check_cdot_lun.pl".

In March, I received an order to implement Icinga1 checks for Netapp monitoring.
Have I downloaded latest plugins "netapp-cdot-nagios-master" and latest Netapp SDK and enabled monitoring.

RAW Commandline sees success.

./check_cdot_lun.pl --hostname xx.xx.yy.zz --username icingaadmin --password xxxxxx --size - warning 98 --size - critical 99 --perf

The Netapp host hosts over 200 volumes.

And here I get problem with "check_cdot_lun.pl".

After some time it has been found that Performance Folder for this netapp host contains very, very many RRD files and the file system gets full quickly.
Currently I see in this netapp host file system over 25500 files and is occupied with 9 GB of memory.

After a short analysis I found out that for one volume alone there are already 259 RRD files within one week and with every new tag, even more files are added.

Example.
-rw-rw-r-- 1 icingaadmin icingaadmin 384952 May 21 13:39 Netapp_lun ._ vol_server_db1_server_db01_ (Usage__427956.87890625_512071.875_MB; 83.574%) | vol_server_db1_server_db01.rrd
-rw-rw-r-- 1 icingaadmin icingaadmin 384952 May 21 13:39 Netapp_lun .
vol_server_db1_server_db01
(Usage__427986.7421875_512071.875_MB; 83.579%) | vol_server_db1_server_db01.rrd
..
-rw-rw-r-- 1 icingaadmin icingaadmin 384952 May 23 00:29 Netapp_lun .
vol_server_db1_server_db01
(Usage__428173.83203125_512071.875_MB; 83.616%) | vol_server_db1_server_db01.rrd
-rw-rw-r-- 1 icingaadmin icingaadmin 384952 May 23 01:56 Netapp_lun .
vol_server_db1_server_db01
(Usage__428173.91015625_512071.875_MB; 83.616%) | vol_server_db1_server_db01.rrd ..
..
-rw-rw-r-- 1 icingaadmin icingaadmin 384952 May 25 11:49 am Netapp_lun .
vol_server_db1_server_db01
(Usage__429678.859375_512071.875_MB; 83.910%) | vol_server_db1_server_db01.rrd
-rw-rw-r-- 1 icingaadmin icingaadmin 384952 May 25 11:20 Netapp_lun .
vol_server_db1_server_db01
(Usage__429678.890625_512071.875_MB; _83.910%) | _vol_server_db1_server_db01.rrd

Together (in this case) 259 files - from 21.05 to 25.05- for a volume and differ only by adding "* Usage__xxxx *".
And that's how it looks with every volume (some of them have less the others, even more RRD files).

Is it possible to do something here to switch off function "Performance Data"?

Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant