I'm searching some plugins....

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
zzizing13
Posts: 3
Joined: Wed Mar 18, 2015 9:11 am

plugins to collecting the list of softwares installed

Post by zzizing13 »

Hello

I'm searching the plugins that collect the list of softwares installed in os.
Please let me know the plunins or a link if you know.

Followings are the data that I want to collect.
- software name(*)
- software version(*)
- software description
- publisher
- installation date

(*) means 'required'

Thank you
zzizing13
Posts: 3
Joined: Wed Mar 18, 2015 9:11 am

I'm searching some plugins....

Post by zzizing13 »

Hello.
I'm searching two plugins.

1. A plugin that check whether the ntp setting is done or not.
The expected return value is 'yes' or 'no'.
(I don't mean the check_ntp_time plugin.)

2. A plugin that collect the list of folders shared in a window server.

Please let me know~~
Thank you.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: I'm searching some plugins....

Post by lmiltchev »

I'm searching the plugins that collect the list of softwares installed in os.
Are you talking Windows, Linux, OSX, etc.?
1. A plugin that check whether the ntp setting is done or not.
The expected return value is 'yes' or 'no'.
(I don't mean the check_ntp_time plugin.)
If you need to know if the ntpd service is running, this could be done many different ways, depending on what agent you install. If this is not what you need, I would recommend browsing through the Nagios Exchange to see if you can find a plugin that fits your needs.

http://exchange.nagios.org/directory/Pl ... P-and-Time
2. A plugin that collect the list of folders shared in a window server.
You could use a custom script that does that and call it with NSClient++ or NCPA. Also, there may be a plugin that will do the job for you on the Exchange. Here's a couple I found:

https://www.itefix.net/check_winfile

http://exchange.nagios.org/directory/Pl ... in/details

You will need to test it from the command line. If it works fine, you can create a command and a check in XI. See how you can manage plugins in Nagios XI here:

http://assets.nagios.com/downloads/nagi ... ios-XI.pdf
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked