-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally send metrics to Carbon (Graphite) #10
Comments
Any plans to have this implemented? |
Hi @jedblack, I currently don't have any plans for this yet. The reason I came up with this enhancement was because I found myself writing wrapper scripts that would do the carbon submit. I don't think it will take much time to implement. I am assuming you want this added to the 'stat' sub-command? |
yep, essentially, I would love to be able to pump any stat netscaler-tool can output into graphite(carbon) |
Gotcha. I will try to make some time to work on this either this week or next. I will let you know when I have something, so that you can test it out. |
I finally got around to coding this feature. I should have something ready by Monday. |
Wow, thanks Brian. Really appreciate you taking the time. It will be a super useful addition in my world, as I'm sure for many others as well. |
@jedblack I have created a carbon branch. Can you please try it out?
In the above example, the tool will send foo.bar.<netscaler_ip>.lbvserver..totalpktssent. to host.domain.com:2003, for all lbvservers. You can also try: netscaler-tool --carbon <netscaler_ip> stat ns Watch /var/log/netscaler-tool/netscaler-tool.log for anything interesting and verify if metrics are making it to your carbon instance. |
I'm going to give it a run through the week and report back. Thanks Brian! |
It would be great if the tool could optionally send metrics to a carbon host.
The text was updated successfully, but these errors were encountered: