Page life expectancy critiacl alert

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dbasupport
Posts: 12
Joined: Tue Oct 08, 2019 11:48 am

Page life expectancy critiacl alert

Post by dbasupport »

Hi ,

We are using the check_t plugin to monitor the page life expectancy performance counter for sql server database .
Getting critical alert , need some inputs to resolve this alert .
We have 4Gb physical memory for the server . From the below value 2811460.00 sec , I belive this the cumulative value .
I need to right threshold for critical and warning alert .


mssqldev01 View service status details for this host PerfMon MSSQL Buffer Mgr Page life expectancyDBA Team looking into the issueThis service problem has been acknowledged Critical 3d 8h 45m 42s 5/5 2020-07-06 12:29:51 MSSQL Buffer Mgr Page life expectancy = 2811460.00
sec
Last edited by dbasupport on Mon Jul 06, 2020 1:20 pm, edited 1 time in total.
dbasupport
Posts: 12
Joined: Tue Oct 08, 2019 11:48 am

Re: Page life expectancy critiacl alert

Post by dbasupport »

This is the present setting which is set for PLE .

-l "\\SQLServer:Buffer Manager\\Page life expectancy","MSSQL Buffer Mgr Page life expectancy","sec" -w 86400 -c 172800!!!!!
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Page life expectancy critiacl alert

Post by benjaminsmith »

Hi @dbasupport,
We are using the check_t plugin to monitor the page life expectancy performance counter for sql server database .
My apologies but I'm not familiar with check_t can you post a link to the plugin page or upload it to the thread and post the full check as well? Thanks, Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
dbasupport
Posts: 12
Joined: Tue Oct 08, 2019 11:48 am

Re: Page life expectancy critiacl alert

Post by dbasupport »

Sorry--- typo error ,its check_nt is the plugin
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Page life expectancy critiacl alert

Post by ssax »

If it's regularly above the threshold you should increase the thresholds:

Code: Select all

-l "\\SQLServer:Buffer Manager\\Page life expectancy","MSSQL Buffer Mgr Page life expectancy","sec" -w 2900000 -c  3200000!!!!!
Thresholds really need to be tuned for your server, if that's a normal value returned then you'll need to increase the thresholds otherwise it will alert.

See here:

https://blog.sqlauthority.com/2010/12/1 ... e-counter/
https://www.sqlskills.com/blogs/paul/pa ... you-think/
http://houseofbrick.com/page-life-expec ... lling-you/
Locked