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./
Nagios warning level not changing for hpux
-
skumar7466
- Posts: 15
- Joined: Wed May 22, 2013 3:38 am
Re: Nagios warning level not changing for hpux
Try adding percentages to the thresholds levels:skumar7466 wrote:HPUX nrpe.cfg disk define line as:
/opt/nrpe/libexec/check_disk -w 10 -c 5 -p /glbld1 -M
Code: Select all
/opt/nrpe/libexec/check_disk -w 10% -c 5% -p /glbld1 -MFormer 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.
"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
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
Closing, resolved.