Search found 43 matches

by chrisbooth
Thu Apr 13, 2017 3:24 am
Forum: Nagios XI
Topic: expanding Nagios XI vm
Replies: 1
Views: 210

expanding Nagios XI vm

root@prodsysnagios(~):df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 7.3G 7.0G 13M 100% / tmpfs 3.9G 0 3.9G 0% /dev/shm /dev/sda1 477M 69M 384M 16% /boot i'm getting very low on space and now it seems to have stopped working can i get some help with the process of expa...
by chrisbooth
Fri Mar 03, 2017 8:56 am
Forum: Nagios XI
Topic: Service Check Timeout
Replies: 2
Views: 848

Service Check Timeout

Is there a way to change the timeout to say 90 seconds for only a few services rather than system wide.

(Service check timed out after 60.01 seconds)

i'm getting the above for a couple of checks
by chrisbooth
Fri Mar 03, 2017 5:23 am
Forum: Nagios XI
Topic: VM Datastores critical
Replies: 4
Views: 688

Re: VM Datastores critical

great thank you
by chrisbooth
Thu Mar 02, 2017 8:59 am
Forum: Nagios XI
Topic: VM Datastores critical
Replies: 4
Views: 688

VM Datastores critical

I'm using the configuration wizard to monitor VMDatastores here's the output [nagios@prodsysnagios.hogarthww.prv ~]$ /usr/local/nagios/libexec/check_esx3.pl -H "10.252.48.133" -f "/usr/local/nagiosxi/etc/components/vmware/ixllcisv01_IXLL_Cluster_1_auth.txt" -l "VMFS" CH...
by chrisbooth
Mon Jan 30, 2017 8:50 am
Forum: Nagios XI
Topic: add a warning check to a decemel place change
Replies: 8
Views: 1762

Re: add a warning check to a decemel place change

the above fixes the decemel place from being incorrect 90 to correct 9. the issue now is i want a warning and critical thresholds to work at the moment i dont know where i should put them in the above code to work. it always replys with ok no matter where i put it at the moment all i want to do is c...
by chrisbooth
Tue Jan 24, 2017 4:44 am
Forum: Nagios XI
Topic: add a warning check to a decemel place change
Replies: 8
Views: 1762

Re: add a warning check to a decemel place change

The "correct" way to navigate this would be to revise your script to include proper analysis of the output of this command: ./check_snmp -H $hostaddress -C public -o .1.3.6.1.4.1.318.1.1.12.2.3.1.1.2.1 | awk -F'|' '{split($1,array_left,"-");} {split($2,array_right,"=")...
by chrisbooth
Tue Jan 24, 2017 4:43 am
Forum: Nagios XI
Topic: add a warning check to a decemel place change
Replies: 8
Views: 1762

Re: add a warning check to a decemel place change

Code: Select all

bash +x ./check_apc_pdu 10.101.24.95
SNMP OK - 9.1| iso.3.6.1.4.1.318.1.1.12.2.3.1.1.2.1=9.1
i've tried like this:

Code: Select all

bash +x ./check_apc_pdu 10.101.24.95 -w 6 -c 8
SNMP OK - 9.1| iso.3.6.1.4.1.318.1.1.12.2.3.1.1.2.1=9.1
by chrisbooth
Mon Jan 23, 2017 5:10 am
Forum: Nagios XI
Topic: add a warning check to a decemel place change
Replies: 8
Views: 1762

Re: add a warning check to a decemel place change

but i'm wrapping a check within a check.
so i'm not sure where i should be putting the -w -c
by chrisbooth
Fri Jan 20, 2017 12:10 pm
Forum: Nagios XI
Topic: add a warning check to a decemel place change
Replies: 8
Views: 1762

add a warning check to a decemel place change

https://support.nagios.com/forum/viewtopic.php?f=7&t=38222&start=10 following on from this locked soloution, i'd like to know how to add a warning and critical check to this. #!/bin/bash hostaddress=$1 ./check_snmp -H $hostaddress -C public -o .1.3.6.1.4.1.318.1.1.12.2.3.1.1.2.1 | awk -F'|' ...
by chrisbooth
Tue Jan 17, 2017 7:27 am
Forum: Nagios XI
Topic: saving a custom multistacked graph
Replies: 3
Views: 733

Re: saving a custom multistacked graph

great that worked
thank you