Get servers hostname using Nagios -


i sure must simple can not seem find out how.

i want display in nagios hostname of host have setup. purely information gives me way check machine set in nagios called same actual servers hostname.

thanks

write own plugin take $hostname$ , compare local hostname value, returning appropriate nagios-friendly results.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -