[prometheus-users] Multiple DNS SD config

2023-12-19 Thread Andrew Meyer
I would like to search for server in my prod and preprod env. Currently I'm using a single SRV record to do this in prod. Works great! But I want to do this in preprod from prod. Here is my config: - job_name: "node" metrics_path: /metrics dns_sd_configs: - names: -

[prometheus-users] file_directory_exporter

2022-04-29 Thread Andrew Meyer
Has anyone used this - https://codeberg.org/wh0ami/file_directory_exporter in tandem with the node_exporter picking up directory changes from a file? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop

[prometheus-users] Re: pure_exporter

2022-04-13 Thread Andrew Meyer
The obfuscated IP came from the Prometheus server targets page. Also I am only having a problem with storage array. Everything else works. On Wednesday, April 13, 2022 at 12:03:09 PM UTC-5 Brian Candler wrote: > Where did that obfuscated IP address 1.2.3.4 come from? If it's not > 127.0.0.1

[prometheus-users] pure_exporter

2022-04-13 Thread Andrew Meyer
While I know the pure_exporter is not full supported by prometheus I'm trying to find out if this is potentially a timeout issue. Currently I have the pure_exporter set up using a docker container on RHEL 7.9. My configuration in prometheus is setup like this: # Job for all Pure Flasharrays

[prometheus-users] Re: dynamic targets file with api token

2022-04-12 Thread Andrew Meyer
Converted to yml file. It is working now. No more json. On Tuesday, April 12, 2022 at 10:08:56 AM UTC-5 Andrew Meyer wrote: > Sorry about that. Here is the actual config for the pure_flashblade and > pure_flasharray for prometheus. > > - job_name: 'pure_flashblade' >

[prometheus-users] Re: dynamic targets file with api token

2022-04-12 Thread Andrew Meyer
gt; >> file_sd_configs: >> - files: [ '/path/to/file.json' ] >> >> And I will comment out the static config. But I'm having some issues >> with the json file. >> >> On Monday, April 11, 2022 at 5:02:16 PM UTC-5 Andrew Meyer wrote: >> >>> So this

[prometheus-users] Re: dynamic targets file with api token

2022-04-11 Thread Andrew Meyer
This is basically going to be set up as file_sd_configs: - files: [ '/path/to/file.json' ] And I will comment out the static config. But I'm having some issues with the json file. On Monday, April 11, 2022 at 5:02:16 PM UTC-5 Andrew Meyer wrote: > So this pure storage. Here is more deta

[prometheus-users] Re: dynamic targets file with api token

2022-04-11 Thread Andrew Meyer
So this pure storage. Here is more details: [ { "targets": [ "1.2.3.4", "2.3.4.5" ], "labels": { "env": "prod", "__pure_apitoken: API KEY, "job": "pure_flashblade" } } ] On Monday, April 11, 2022 at 3:55:02 PM UTC-5 Brian Candler wrote: > 1. How do you need to

[prometheus-users] dynamic targets file with api token

2022-04-11 Thread Andrew Meyer
I am trying to set up dynamic targets for our storage environment. I am able to access it using the static_configs but it requires an API token. This is what I have currently configured but had to revert back to static_configs. It wouldn't read the API token at all. [ { "targets": [

[prometheus-users] SSL certificates

2022-01-03 Thread Andrew Meyer
Has the ability to apply SSL certificates to prometheus server/alertmanager been added yet? Or is it still just node_exporter and other exporters? I'm trying to add a wildcard SSL to all locations. -- You received this message because you are subscribed to the Google Groups "Prometheus

[prometheus-users] pure_exporter

2021-11-09 Thread Andrew Meyer
Has anyone gotten the pure_exporter https://github.com/PureStorage-OpenConnect/pure-exporter setup/installed manually? Not via docker? I am not ready to get this working with docker yet and could use some help. I have reached out to the maintainer but haven't heard back. -- You received

[prometheus-users] logging

2020-09-08 Thread Andrew Meyer
Is there a way to send snmp_exporter logs to a different file without having to parse it using rsyslog on CentOS or Syslog-NG? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from

Re: [prometheus-users] snmp_exporter can't scrape

2020-09-07 Thread Andrew Meyer
Trying the --log.level=debug. Will start adding devices back into the mix and report back. On Thursday, September 3, 2020 at 8:26:31 PM UTC-5 Andrew Meyer wrote: > So once again I commented out all of the snmp devices I have setup. > Restarted prom and snmp_exporter and then started

Re: [prometheus-users] snmp_exporter can't scrape

2020-09-03 Thread Andrew Meyer
n Thu, Sep 3, 2020 at 5:48 PM Andrew Meyer wrote: > >> So this is what is showing up in the targets page >> >> Get " >> http://10.150.10.26:9116/snmp?module=fortigate_snmp=10.150.1.1": >> context deadline exceeded >> >> >> >> Pleas

Re: [prometheus-users] snmp_exporter can't scrape

2020-09-03 Thread Andrew Meyer
So this is what is showing up in the targets page Get "http://10.150.10.26:9116/snmp?module=fortigate_snmp=10.150.1.1": context deadline exceeded Please remember to reply to all if there are multiple recipients. Andrew Meyer On Thu, Sep 3, 2020 at 9:19 AM Andrew Meyer wrote:

Re: [prometheus-users] snmp_exporter can't scrape

2020-09-03 Thread Andrew Meyer
. On Thursday, September 3, 2020 at 9:20:07 AM UTC-5 Andrew Meyer wrote: > I THINK that might have been part of the issue. This my home environment > so it was left in a not so wonderful state. > > I also found that I had issues with the modules specifically for > fortinet/fortig

Re: [prometheus-users] snmp_exporter can't scrape

2020-09-03 Thread Andrew Meyer
and reintroduce the specific snmp modules. Please remember to reply to all if there are multiple recipients. Andrew Meyer andrewm...@gmail.com 314-277-3307 (Cell) 314-266-4837 (Google Voice) On Thu, Sep 3, 2020 at 2:14 AM Mario Pranjic wrote: > Hi > > Was it related to scrape_timeout?

Re: [prometheus-users] snmp_exporter can't scrape

2020-09-02 Thread Andrew Meyer
I figured it out. On Wed, Sep 2, 2020, 23:46 Ben Kochie wrote: > If you `curl` the snmp_exporter, how long does it take to respond? I'm > guessing you're *scrape_timeout* in Prometheus is the default of 10 > seconds. > > > On Thu, Sep 3, 2020 at 2:20 AM Andrew Meyer wrote

[prometheus-users] snmp_exporter can't scrape

2020-09-02 Thread Andrew Meyer
Hello, I have been working on getting some devices working with my snmp_exporter today. I was successful in making this work but I am no longer able to scrape any snmp device. I am running CentOS 8. snmp_exporter-0.19.0-1.el8.x86_64 prometheus2-2.20.1-2.el8.x86_64 Sep 2 16:51:09 mon001

[prometheus-users] Re: SNMP exporter

2020-07-17 Thread Andrew Meyer
I am curious to see how you have this setup in the prometheus.yml. Which SNMP module are you scraping? I can do this with the basic snmp module but if I want specifics, it won't work. Also what did you put in the snmp generator.yml? -- You received this message because you are subscribed to

[prometheus-users] prometheus apt repo

2020-06-22 Thread Andrew Meyer
I am trying to install the node_exporter on my raspi and getting the following error: pi@raspberrypi:~ $ sudo apt update Hit:1 http://download.zerotier.com/debian/buster buster InRelease Hit:2 http://mirror.umd.edu/raspbian/raspbian buster InRelease

[prometheus-users] Check SCSI raid controller using wmi_exporter

2020-04-20 Thread Andrew Meyer
I am trying to monitor a HP Proliant ML350 G6 using the wmi_epxorter. I was wondering if anyone else is using this to monitor SCSI/RAID status? Does this look correct: wmi_service_status{env="prod",instance="1.2.3.4:9182",job="windows",name="cissesrv",status="degraded"}

[prometheus-users] Re: Intergrating Fortigate SNMP with promethes

2020-04-02 Thread Andrew Meyer
target_label: 'job' # replacement: '$1' On Thursday, April 2, 2020 at 1:19:10 PM UTC-5, Andrew Meyer wrote: > > I will have to check out how to change my config around a bit. Also it's > not really failing for me. However I was trying to see if I could get the > similar granularit

[prometheus-users] Re: Intergrating Fortigate SNMP with promethes

2020-04-02 Thread Andrew Meyer
I need but I may need to include another MIB. On Thursday, April 2, 2020 at 10:50:58 AM UTC-5, Brian Candler wrote: > > On Thursday, 2 April 2020 16:25:42 UTC+1, Andrew Meyer wrote: >> >> Brian, >> Thanks! >> When setting the __param_module could you point me to

[prometheus-users] Re: Intergrating Fortigate SNMP with promethes

2020-04-02 Thread Andrew Meyer
either with the SNMPv3 > parameters, or with firewalling or ACL between or at the target device. At > this point you should try using the net-snmp command-lien tools directly > (e.g. "snmpstatus") and adjust the authentication/encryption parameters > until you can get

[prometheus-users] Re: Intergrating Fortigate SNMP with promethes

2020-04-01 Thread Andrew Meyer
You need a new scrape job for each device type. However I am also struggling with the same issue. I am trying to figure out if I should add fortinet or fortigate to the generate.yml On Thursday, January 30, 2020 at 1:54:22 PM UTC-6, Elvin cbl wrote: > > Hi Team , > > I tried to intergrate