This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
grayloglearn
Posts: 222 Joined: Thu Jul 06, 2017 8:55 am
Post
by grayloglearn » Thu Oct 24, 2019 10:54 am
Hi Team,
I know this is simple question but i want to ask the question.
Can we know the nagios agent nsclient/nrpe version by calling from nagios. Could you please send the command to get know the version details.
mbellerue
Posts: 1403 Joined: Fri Jul 12, 2019 11:10 am
Post
by mbellerue » Thu Oct 24, 2019 11:23 am
Sure, you can just run /usr/local/nagios/libexec/check_nrpe -H <HostNameOrIP> and it will return a quick blurb showing the version.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new
Privacy Policy .
Be sure to check out our
Knowledgebase for helpful articles and solutions!
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Thu Oct 24, 2019 12:35 pm
Code: Select all
/usr/local/nagios/libexec/check_nt -H HOST_IP -p 12489 -v CLIENTVERSION -s PASSWORD
Replacing
HOST_IP &
PASSWORD
grayloglearn
Posts: 222 Joined: Thu Jul 06, 2017 8:55 am
Post
by grayloglearn » Fri Nov 08, 2019 1:25 pm
I need some technical information for below what are the action it will perform in client end.
usr/local/nagios/libexec/check_nt -H HOST_IP -p 12489 -v CLIENTVERSION -s PASSWORD
I need technical backend information what are the actions like from where it's taking aget information, if any script executing in client. I need complete technical stuff.
benjaminsmith
Posts: 5324 Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul
Post
by benjaminsmith » Fri Nov 08, 2019 4:10 pm
Hello
@grayloglearn ,
Can we know the nagios agent nsclient/nrpe version by calling from nagios. Could you please send the command to get know the version details
I believe the initial question has been answered by Scott.
If you're looking to go under the hood with check_nt and NSClient, they are open source projects and I would recommend reviewing the source code on the following GitHub pages.
https://github.com/mickem/nscp
https://github.com/nagios-plugins/nagio ... check_nt.c
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new
Privacy Policy .
Be sure to check out our
Knowledgebase for helpful articles and solutions!