This is a discussion on Nice, web-based SNMP-Frontend for pgsnmpd? within the Pgsql General forums, part of the PostgreSQL category; --> Hi I've just stumbled across pgsnmpd. It works quite well, though I haven't yet found a web-based monitoring software ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I've just stumbled across pgsnmpd. It works quite well, though I haven't yet found a web-based monitoring software that works well with pgsnmpd. The problem is that pgsnmpd exportsa bunch of values _per_ database. (The output of snmpwalk looks something like PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: PGSQL-MIB: ) Most SNMP monitoring tools (like netmrg) allow you to define graphs for custom oid - but they don't allow me to say "Create a graph for every oid that matches a certain pattern". Therefor, I'd need to manually create one graph per database, which is tiresome... So - does anyone know a good webapplication that does snmp graphs? greetings, Florian Pflug ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org/ |
| |||
| > I've just stumbled across pgsnmpd. It works quite well, > though I haven't yet found a web-based monitoring > software that works well with pgsnmpd. The problem is > that pgsnmpd exportsa bunch of values _per_ database. > > (The output of snmpwalk looks something like > PGSQL-MIB: > PGSQL-MIB: ..... > ) > > Most SNMP monitoring tools (like netmrg) allow you to > define graphs for custom oid - but they don't allow me > to say "Create a graph for every oid that matches a > certain pattern". Therefor, I'd need to manually create > one graph per database, which is tiresome... > > So - does anyone know a good webapplication that does > snmp graphs? cacti should let you do it. I've not done it myself, but when you tell it to graph disk space it let's you pick from all the partitions available. I just hooked it up with litespeed web server and it does the same thing letting me graph each of the configured virtual hosts. In both cases the scripts/templates were built by someone else so I don't can't tell you how to do it, but it can be done. -philip ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| Philip Hallstrom wrote: >> I've just stumbled across pgsnmpd. It works quite well, >> though I haven't yet found a web-based monitoring >> software that works well with pgsnmpd. The problem is >> that pgsnmpd exportsa bunch of values _per_ database. >> >> (The output of snmpwalk looks something like >> PGSQL-MIB: >> PGSQL-MIB: > .... >> ) >> >> Most SNMP monitoring tools (like netmrg) allow you to >> define graphs for custom oid - but they don't allow me >> to say "Create a graph for every oid that matches a >> certain pattern". Therefor, I'd need to manually create >> one graph per database, which is tiresome... >> >> So - does anyone know a good webapplication that does >> snmp graphs? > > cacti should let you do it. I've not done it myself, but when you tell > it to graph disk space it let's you pick from all the partitions > available. I just hooked it up with litespeed web server and it does the > same thing letting me graph each of the configured virtual hosts. In > both cases the scripts/templates were built by someone else so I don't > can't tell you how to do it, but it can be done. I've stumbled over this myself minutes before I received your mail ;-) So far it looks good (certainly much better than netmrg), and it seems as if it at least support what I want semi-automatically. Still, I'd prefer a solution where new databases show up automatically - I'll see if I can get cacti to do that somehow. Thanks for the tip! greetings, Florian Pflug ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |