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

Large Number of series added #1

Open
todd1794 opened this issue Mar 12, 2015 · 2 comments
Open

Large Number of series added #1

todd1794 opened this issue Mar 12, 2015 · 2 comments

Comments

@todd1794
Copy link

It seems that a new series is added quite often see below:

Has anyone else seen this behavior?

awesome_host_com.NetworkUsage.eth0_in_discard
awesome_host_com.NetworkUsage.eth0_in_discard.1426100050
awesome_host_com.NetworkUsage.eth0_in_discard.1426101849
awesome_host_com.NetworkUsage.eth0_in_discard.1426103649
awesome_host_com.NetworkUsage.eth0_in_discard.1426105449
awesome_host_com.NetworkUsage.eth0_in_discard.1426107250
awesome_host_com.NetworkUsage.eth0_in_discard.1426109049
awesome_host_com.NetworkUsage.eth0_in_discard.1426110850
awesome_host_com.NetworkUsage.eth0_in_discard.1426112650
awesome_host_com.NetworkUsage.eth0_in_discard.1426114450
awesome_host_com.NetworkUsage.eth0_in_discard.1426116249
awesome_host_com.NetworkUsage.eth0_in_discard.1426118050
awesome_host_com.NetworkUsage.eth0_in_discard.1426119850
awesome_host_com.NetworkUsage.eth0_in_discard.1426121649
awesome_host_com.NetworkUsage.eth0_in_discard.1426123450
awesome_host_com.NetworkUsage.eth0_in_discard.1426125249
awesome_host_com.NetworkUsage.eth0_in_discard.1426127050
awesome_host_com.NetworkUsage.eth0_in_discard.1426128850
awesome_host_com.NetworkUsage.eth0_in_discard.1426130650
awesome_host_com.NetworkUsage.eth0_in_discard.1426132450
awesome_host_com.NetworkUsage.eth0_in_discard.1426134249
awesome_host_com.NetworkUsage.eth0_in_discard.1426136049
awesome_host_com.NetworkUsage.eth0_in_discard.1426137850
awesome_host_com.NetworkUsage.eth0_in_discard.1426139649
awesome_host_com.NetworkUsage.eth0_in_discard.1426141450
awesome_host_com.NetworkUsage.eth0_in_discard.1426143250
awesome_host_com.NetworkUsage.eth0_in_discard.1426145049
@aviau
Copy link

aviau commented Mar 12, 2015

It looks like the timestamp is used in the series name.

You are using Kaji, right? What version of InfluxDB are you using?

@todd1794
Copy link
Author

Yup. Strange right. Does anything look wrong in the configuration?

shinken --version
shinken 2.0.2

influxdb -v
InfluxDB v0.8.8 (git: afde71e) (leveldb: 1.15)

shinken install mod-influxdb
pip install influxdb

## Module:      mod-influxdb
## Loaded by:   Broker
# Export host and service performance data and events to InfluxDB.
# InfluxDB is an open-source distributed time series database with no external
# dependencies. http://influxdb.com/
define module {
    module_name     influxdb
    module_type     influxdb_perfdata
    host            influxdb
    port            8086
    user            apiuser
    password        password
    database        graphite
    #use_udp        1 ; default value is 0, 1 to use udp
    udp_port        4444
    #tick_limit     300 ; Default value 300
}

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

2 participants