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

2020-08-13 Thread khanhng...@gmail.com
https://itforvn.com/prometheus-tu-a-den-z-phan-03-giam-sat-firewall-fortigate-qua-snmp-voi-prometheus/ Vào lúc 01:24:37 UTC+7 ngày Thứ Sáu, 3 tháng 4, 2020, andre...@gmail.com đã viết: > So this is what I have for my node exporter scraper. I was also trying > out DNS service Discovery which

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

2020-04-02 Thread Andrew Meyer
So this is what I have for my node exporter scraper. I was also trying out DNS service Discovery which worked well with FreeIPA. But I should probably model the snmp scraper similar to this ? - job_name: "node" scrape_interval: 15s metrics_path: /metrics #static_configs:

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

2020-04-02 Thread Andrew Meyer
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 granularity with some of the cisco modules (Cisco ASA) using the fortinet/fortigate modules. I don't feel like i'm getting all the stats

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

2020-04-02 Thread Brian Candler
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 an example? > > Since you are using static_configs: static_configs: - labels: __param_module: if_mib targets: [ 10.150.1.1 ]

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

2020-04-02 Thread Andrew Meyer
Brian, Thanks! When setting the __param_module could you point me to an example? For example this is what I have the fortigate devices. - job_name: 'fortinet' static_configs: - targets: [ 10.150.1.1 ] scrape_interval: 15s metrics_path: /snmp params: module:

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

2020-04-02 Thread Brian Candler
On Thursday, 30 January 2020 19:54:22 UTC, Elvin cbl wrote: > > > Im not able to run the ./generator generate to crearte the snmp.yml file > > It sounds like you have two different problems. (1) You are unable to run the generator. Please show the exact command you ran, and the exact error

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

2020-04-02 Thread Ben Kochie
What features/OIDs are you interested in? Is there a good place to download the MIBs required? On Thu, Apr 2, 2020 at 2:51 AM Andrew Meyer wrote: > 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 >

[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