Hello List,
i have tons of nagios log and i would like to put them into a database (mysql or postgresql).
Is there a nagios log parser which will can parse my historical log files and put them into a database?
Thanks,
Mario
Search found 6 matches
- Thu Apr 09, 2015 6:13 am
- Forum: Open Source Nagios Projects
- Topic: is there a Nagios log parser into mysql
- Replies: 1
- Views: 1138
- Thu Apr 02, 2015 9:56 am
- Forum: Open Source Nagios Projects
- Topic: how do i set up my service dependency correctly?
- Replies: 8
- Views: 4327
Re: how do i set up my service dependency correctly?
Yes. Thank you
- Wed Apr 01, 2015 2:03 pm
- Forum: Open Source Nagios Projects
- Topic: how do i set up my service dependency correctly?
- Replies: 8
- Views: 4327
Re: how do i set up my service dependency correctly?
that helped me a lot!
Thanks!
Thanks!
- Fri Mar 27, 2015 11:13 am
- Forum: Open Source Nagios Projects
- Topic: how do i set up my service dependency correctly?
- Replies: 8
- Views: 4327
Re: how do i set up my service dependency correctly?
Hm...i dont think this is what i want. This will get very complex with a few hosts and services. Lets try it the other way round: How would you write a nagios configuration for this: Hosts: ---------- - Host A (just a SSH Box) - Host B (Linux Webserver) - Host C (Linux Webserver) - Host D (Linux Mai...
- Mon Mar 23, 2015 3:19 am
- Forum: Open Source Nagios Projects
- Topic: how do i set up my service dependency correctly?
- Replies: 8
- Views: 4327
Re: how do i set up my service dependency correctly?
Well, that sucks :-P I have a lot of linux machines. And i do a lot of active checks by ssh. How else could i solve it to keep my configuration simple? If i have 100 Hosts with 10 active by ssh checks, then i would have to define: 100x10 = 1000 Serice dependency definitions? Is there a waay to but t...
- Sat Mar 21, 2015 10:12 am
- Forum: Open Source Nagios Projects
- Topic: how do i set up my service dependency correctly?
- Replies: 8
- Views: 4327
how do i set up my service dependency correctly?
Hello, this is my test case. In my real world i have a few linux boxes and some active checks which uses ssh. If the ssh daemon fails, i get also notified for all the other dozend services which USE ssh. Now i would like to define a Host Group and Assign Services to it. Here we go: =================...