Skip to content

Commit

Permalink
fixed documentation for staserver (was: 'staservers')
Browse files Browse the repository at this point in the history
  • Loading branch information
slauger committed Apr 24, 2017
1 parent 73776a6 commit 83956d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Currently the plugin has the following subcommands:
- **above, below:** check if a value is above/below a threshold (e.g. traffic limits, concurrent connections)
- **sslcert:** check the lifetime for installed ssl certificates
- **nsconfig:** check for configuration changes which are not saved to disk
- **staservers:** check if configured STA servers are available
- **staserver:** check if configured STA servers are available
- **debug:** debug command, print all data for a endpoint

This plugin works with VPX, MPX and SDX NetScaler Appliances. The api responses may differ by build, appliance type and your installed license.
Expand Down Expand Up @@ -103,10 +103,10 @@ If you want to connect to your NetScaler with SSL/HTTPS you should also install
## Check if STA servers are working

# NetScaler::STA
./check_netscaler.pl -H ${IPADDR} -s -C staservers
./check_netscaler.pl -H ${IPADDR} -s -C staserver

# NetScaler::STA
./check_netscaler.pl -H ${IPADDR} -s -C staservers -n vs_vpn_gateway
./check_netscaler.pl -H ${IPADDR} -s -C staserver -n vs_vpn_gateway

## Debug command
# Print all LB vServers (stat endpoint)
Expand Down

0 comments on commit 83956d3

Please sign in to comment.