Skip to content
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

Events default host regular expression doesn't work #178

Open
vanderhallenf opened this issue Jul 2, 2013 · 0 comments
Open

Events default host regular expression doesn't work #178

vanderhallenf opened this issue Jul 2, 2013 · 0 comments

Comments

@vanderhallenf
Copy link

Hi,

The events are not displayed on the graphs when the host regular expression "" is used (the default). This should be ".". I've tried it by modifying api/events.php:

$grid = isset($_REQUEST['grid']) ? sanitize($_REQUEST['grid']) : ".*";
$cluster = isset($_REQUEST['cluster']) ? sanitize($_REQUEST['cluster']) : ".*";

Is this correct, or could there be something else wrong on my setup that breaks the host regex? In other words, should the "*'" expression work?

Regards,
Frank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant