-
Notifications
You must be signed in to change notification settings - Fork 69
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
(vodka? graphsrv?) javascript error "Uncaught TypeError: this.data[0] is undefined" #140
Comments
@mozai Thanks for the feedback. I haven't had a chance to do a hands on follow up on this, however I think after adjusting the fping |
@mozai did you have a chance to try out the proposed changes to the config. Keeping ticket open regardless and marking as a bug, since i want to reproduce on our end - also this should config validation instead of breaking the chart.
Agree, opened separate issue at #146 |
"did you try the change?" ... github won't let me attach the config file as an attachment for ease of use. I'll have to paste it as a comment. |
|
@mozai not having any luck reproducing what you are seeing, does that error actually go away / change to something else if you don't set the period to 500? Looking at the config you posted in the last comment i dont see anything out of the ordinary, but a properly formatted yaml or json file would be welcome. I've played around with some extreme period values now and none of them are breaking the charts for me, so i think the issue lies somewhere else. Moving this out of next release for now, but leaving ticket open. Thanks |
Wait, is this because the example config file has three targets, but I'm only using two? There's still three small graphs at the bottom of the page? Huh. When probes[].groups.hosts[] has only one or two, I get the errors. When I have three no errors. When I have four, no errors, though the big graph shows all four and the little graphs only show the first three. |
@mozai i think you may be right, but haven't had a chance to confirm yet, will try to take a look at this this week Thanks |
Issue fixed in graphsrv 2.1.1 to update:
|
vaping, version 1.4.3, fping: Version 5.0
Steps to reproduce:
fping
already installedpip install -U vaping
mkdir -p ~/.vaping
wget -q -O ~/.vaping/config.yml https://raw.githubusercontent.com/20c/vaping/master/examples/standalone_dns/config.yml
period: 500
, as the default 20ms is way too short for remote targetsvaping start
Expected to see:
What I saw instead:
The text was updated successfully, but these errors were encountered: