NSClient for NT 4
- snapon_admin
- Posts: 952
- Joined: Mon Jun 10, 2013 10:39 am
- Location: Kenosha, WI
- Contact:
NSClient for NT 4
Might seem like a stupid question, but where can I find the latest version of NSClient for Windows NT? As far as I'm aware NSClient++ does not work, so I want to make sure I have the latest NSClient on our few remaining NT boxes.
Re: NSClient for NT 4
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: NSClient for NT 4
It does in fact look like ++ will work in addition to older nsclient. Have you looked into this page? Although it is about 4 years old. I would highly suggest sticking with the 3.x version if you are going to try that route. Otherwise we are digging around to see what we can find.
**bandit beat me to it**
**bandit beat me to it**
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
- snapon_admin
- Posts: 952
- Joined: Mon Jun 10, 2013 10:39 am
- Location: Kenosha, WI
- Contact:
Re: NSClient for NT 4
Solid, thanks. I had not seen that. I will forward this to our windows team to have them try it.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: NSClient for NT 4
Alrighty! let us know how things go. We will keep the thread open for now.
- snapon_admin
- Posts: 952
- Joined: Mon Jun 10, 2013 10:39 am
- Location: Kenosha, WI
- Contact:
Re: NSClient for NT 4
Ran into a snag. The second link (http://www.microsoft.com/downloads/deta ... ae384097ac) appears to be dead. We were able to get the PDH Library in, but NSClient++ still will not install.
Re: NSClient for NT 4
https://github.com/daviddl/dungeon/tree ... soft/psapisnapon_admin wrote:Ran into a snag. The second link (http://www.microsoft.com/downloads/deta ... ae384097ac) appears to be dead. We were able to get the PDH Library in, but NSClient++ still will not install.
Wow, that was hard to find(no sarcasm meant, was honestly hard!)
I would of course scan that for a virus. It should be placed in system32 folder and then dont forget to register it with
Code: Select all
RegSvr32 C:\Windows\System32\psapi.DLL2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: NSClient for NT 4
I may be wrong about the location. Most pages I saw said system32, but the link I shared says system and doesn't mention registering the dll at all.
It has been too long since I used NT, so I can't recall
It has been too long since I used NT, so I can't recall
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: NSClient for NT 4
System would be correct, as for registering the dll, I think it is needed with regsrv32 or the register command. I would definitely agree with the scanning of that dll, or upload to something like virustotal that will scan with most every engine out there.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
- snapon_admin
- Posts: 952
- Joined: Mon Jun 10, 2013 10:39 am
- Location: Kenosha, WI
- Contact:
Re: NSClient for NT 4
Great, thanks! I've forwarded this onto our Windows team to have them take a look. I'll update when they've given it a go. Thanks again.