Page 1 of 1

NRDS Plugins OS Versions

Posted: Wed Oct 07, 2020 3:45 pm
by nixe
Hello. on the NRDS documentation https://assets.nagios.com/downloads/nag ... h_NRDS.pdf
talk about of the plugin hierarchy is something like:

Code: Select all

/usr/local/nrdp/plugins/$OS$/$ARCH$/$OS_VER$
can somebody give me some examples?

for RHEL, Centos, it's correct this?

Code: Select all

/usr/local/nrdp/plugins/Linux/x86_64/EL7/
/usr/local/nrdp/plugins/Linux/x86_64/EL6
if I create this directories can i specify plugis? for 2 diferents Os versions?

there is any specific doc about this? i search on the KB but i can`t find anything

Thnx

Re: NRDS Plugins OS Versions

Posted: Thu Oct 08, 2020 1:03 pm
by ssax
Here are the commands it uses from the backend, you'll need to run it on your system to get what it's currently set to:

Code: Select all

$OS$ = uname -s
$ARCH$ = uname -p
$OS_VER$ = uname -r

Re: NRDS Plugins OS Versions

Posted: Thu Oct 08, 2020 2:53 pm
by nixe
Awesome @ssax
thnx a lot for the info!!

Re: NRDS Plugins OS Versions

Posted: Fri Oct 09, 2020 1:00 pm
by dchurch
Let us know if you have any related questions or if we're okay to lock this up and mark it as resolved.