Looking for some clarification on using NRPE.
I have installed the nsclient++ piece on a windows server. I chose the option to activate most common plugins.
On my linux nagios server, my configs are setup to use something like this.
check_nrpe!alias_cpu
This is working.
My question is does alias_cpu configuration parameters exist on my windows pc or on my linux nagios server?
In my nagios.ini file on the pc, the following is in there.
Code: Select all
; A list of aliases available. An alias is an internal command that has been "wrapped" (to add arguments). Be careful so you don't create loops (ie check_loop=check_a, check_a=check_loop)
[/settings/external scripts/alias]
; alias_cpu - Alias for alias_cpu. To configure this item add a section called: /settings/external scripts/alias/alias_cpu
alias_cpu = checkCPU warn=80 crit=90 time=5m time=1m time=30sIt's a little confusing, for example, if I want to change the warning level of the check_cpu, do I make that adjustment on the windows pc or the linux server?