Nagios warning level not changing for hpux

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
skumar7466
Posts: 15
Joined: Wed May 22, 2013 3:38 am

Nagios warning level not changing for hpux

Post by skumar7466 »

HI all,

I am using Nagios 3.5.0..Problem is for all linux servers disk utilization shows the state as warning or critical as per the percentage used. But for any HPUX servers shows only OK state, its not changing warning or critical even used more than 80%..

Warning level set : 80%
Critical Level set : 90%


HPUX nrpe.cfg disk define line as:
/opt/nrpe/libexec/check_disk -w 10 -c 5 -p /glbld1 -M

If i am running this cmd manually, getting output as

DISK OK - free space: /dev/disk/disk41 6176 MB (7% inode=99%);| /dev/disk/disk41=79259MB;85820;85825;0;85830

free space is 7% available which means 93 % used...when i check in browser it should be in critical state, but shows as OK..
I have attached the screenshot..Kindly help me to resolve the issue./
Attachments
untitled.JPG
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios warning level not changing for hpux

Post by abrist »

skumar7466 wrote:HPUX nrpe.cfg disk define line as:
/opt/nrpe/libexec/check_disk -w 10 -c 5 -p /glbld1 -M
Try adding percentages to the thresholds levels:

Code: Select all

/opt/nrpe/libexec/check_disk -w 10% -c 5% -p /glbld1 -M
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
skumar7466
Posts: 15
Joined: Wed May 22, 2013 3:38 am

Re: Nagios warning level not changing for hpux

Post by skumar7466 »

Thanks...it Worked..
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios warning level not changing for hpux

Post by slansing »

Closing, resolved.
Locked