Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gitqueue
/
netdata
Public
forked from
netdata/netdata
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
netdata
src
eval.c
on
master
User selector
All users
All time
Commit history
Commits on Sep 14, 2016
operator ? has higher precedence over all others
ktsaou
committed
47f8404
View commit details
Copy full SHA for 47f8404
View code at this point
Browse repository at this point
allow expressions to examine the current status of the alarm with $status; special variables are also defined: $REMOVED, $UNINITIALIZED, $UNDEFINED, $CLEAR, $WARNING, $CRITICAL and their values are…
Show description for b64fab4
ktsaou
committed
b64fab4
View commit details
Copy full SHA for b64fab4
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
added inline conditional evaluation, C and javascript like: (condition)?(true expression):(false expression) - made check of nan values work
ktsaou
committed
54e87bf
View commit details
Copy full SHA for 54e87bf
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
added variable $now that resolves to the current timestamp; added entropy alarm
ktsaou
committed
8156734
View commit details
Copy full SHA for 8156734
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
added abs() function to expressions; added health.d/net.conf
ktsaou
committed
028decf
View commit details
Copy full SHA for 028decf
View code at this point
Browse repository at this point
allow expressions to test for inf and nan values
ktsaou
committed
a9fa657
View commit details
Copy full SHA for a9fa657
View code at this point
Browse repository at this point
health now properly tracks alarm transitions; code cleanup;
ktsaou
committed
da4641b
View commit details
Copy full SHA for da4641b
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
operational health monitoring - we got alarms! - no notifications yet though
ktsaou
committed
f0575cc
View commit details
Copy full SHA for f0575cc
View code at this point
Browse repository at this point
operational health templatizer
ktsaou
committed
489abaa
View commit details
Copy full SHA for 489abaa
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
variables are now parsed into expressions
ktsaou
committed
8cf883f
View commit details
Copy full SHA for 8cf883f
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
code cleanup by replacing all memory allocation functions with ones that handle exceptions
ktsaou
committed
e508011
View commit details
Copy full SHA for e508011
View code at this point
Browse repository at this point
detect excess characters at expression
ktsaou
committed
1864746
View commit details
Copy full SHA for 1864746
View code at this point
Browse repository at this point
expression parser now re-generates the expression showing the precedence it applied to it; more code cleanups
ktsaou
committed
ac6925d
View commit details
Copy full SHA for ac6925d
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
various renames to make the code more readable
ktsaou
committed
69f6777
View commit details
Copy full SHA for 69f6777
View code at this point
Browse repository at this point
operational evaluator for expressions
ktsaou
committed
3f52dca
View commit details
Copy full SHA for 3f52dca
View code at this point
Browse repository at this point
infix notation parser almost done; preparing the evaluator and variables lookup
ktsaou
committed
3aefe07
View commit details
Copy full SHA for 3aefe07
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
added RRDCALC management; preparation for expression evaluation
ktsaou
committed
cd39ffd
View commit details
Copy full SHA for cd39ffd
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.