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
I'm searching some plugins....
I'm searching some plugins....
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.
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.
Re: I'm searching some plugins....
Are you talking Windows, Linux, OSX, etc.?I'm searching the plugins that collect the list of softwares installed in os.
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.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.)
http://exchange.nagios.org/directory/Pl ... P-and-Time
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:2. A plugin that collect the list of folders shared in a window server.
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!