Search found 4 matches
- Mon Oct 10, 2011 9:29 am
- Forum: Open Source Nagios Projects
- Topic: Several Servers hidden behind single IP
- Replies: 3
- Views: 1400
Re: Several Servers hidden behind single IP
Well, seeing that somebody (Hi Jeny!) is actually reading this I have to admit that I threw that solution into the garbage bin already. The clean way to solve this problem of course uses user-defined macros and good host templates. I now have all my host specific information like port numbers, urls ...
- Fri Oct 07, 2011 8:17 am
- Forum: Open Source Nagios Projects
- Topic: Several Servers hidden behind single IP
- Replies: 3
- Views: 1400
Re: Several Servers hidden behind single IP
I guess I solved it myself - was rather straightforward even. Just in case anyone needs this... Feel free to comment if you see something you don't like... Parser script: 1 #!/bin/bash 2 # check_parse_nt 3 # parses socket and executes check_nt 4 # Thomas Kirchtag 2011 5 6 # 7 FULLADDRESS="${1}&...
- Fri Oct 07, 2011 7:54 am
- Forum: Open Source Nagios Projects
- Topic: connecting check_mssql_nt to a named instance
- Replies: 5
- Views: 3517
Re: connecting check_mssql_nt to a named instance
I use:
check_command check-nt!SERVICESTATE!-l 'MSSQL$$SHAREPOINT'
to check for the instance process - works fine with me...
check_command check-nt!SERVICESTATE!-l 'MSSQL$$SHAREPOINT'
to check for the instance process - works fine with me...
- Fri Oct 07, 2011 5:27 am
- Forum: Open Source Nagios Projects
- Topic: Several Servers hidden behind single IP
- Replies: 3
- Views: 1400
Several Servers hidden behind single IP
We have several customers that hide more than one (Windows/NSClient++) server behind one single IP-address. What I usually do in these cases is forward increasing port numbers to those hosts (12489-> HostA, 12490->HostB, 12491->HostC, etc.). On the Nagios side I need to create a service definition f...