NRDS Plugins OS Versions

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
nixe
Posts: 18
Joined: Tue Dec 12, 2017 9:17 am

NRDS Plugins OS Versions

Post 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
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: NRDS Plugins OS Versions

Post 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
User avatar
nixe
Posts: 18
Joined: Tue Dec 12, 2017 9:17 am

Re: NRDS Plugins OS Versions

Post by nixe »

Awesome @ssax
thnx a lot for the info!!
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: NRDS Plugins OS Versions

Post 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.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked