slauger/check_netscaler

Completely drop dependency to Nitro.pm

slauger opened this issue · 1 comments

The dependency to Nitro.pm should be dropped. It's very easy to implement the NITRO API with LWP itself (also Nitro also uses LWP).

Also the login mechanism could be removed. It's possible to add two header fields (X-NITRO-USER and X-NITRO-PASS) in each requests. This avoids the need of a login, which means we could reduce the http requests from 3 to 1 for each check.

Nitro.pm is now obsolet. The plugin uses it's own Nitro client implementation.