Build precise queries to find exactly what you need
Press ESC to close
@Setti
Favorites0
Views
Projects0
Hi all. The plugin extract the needed data, but the amount of output can be confusing. For example, checking all memory banks will return the correct status, but the first line will always correspond to the first DIMM. Instead, you should use the first line to give an overview of the status (i.e. checking all memory could return: "WARNING - Dimm3 nonok"), and then all the other output lines to give the status of each component. In this way, SMS and other messages will return the correct component with warn or crit state.
Reviewed 9 years ago
I found it very useful, but found some errors: in check_hadr_status, line n. 290 is wrong: COMMAND_HADR="db2pd -db wfscpd -hadr" should be: COMMAND_HADR="db2pd -db ${DATABASE_NAME} -hadr". On all plugins, you don't return the name of the database, but if you want to run many checks at the same time with check_by_ssh plugin, you will absolutley need to know which control gives which result. To do so, i modified line 360 adding ${DATABASE_NAME} before ${OUTPUT}, but i think you can find a better solution to that.
Reviewed 11 years ago
Hi. It's a good app: and a different interface to be alerted about problems. I don't know if it's a problem of my RSS viewer (Lotus Notes 8.5.3), but on every status change, it opens up a new thread, instead of closing the old ones. This floods continuously the client.
Reviewed 12 years ago
I'm using this plugin to get some SNMP data from our UPS, because Frequency and other data are integer values, but must be divided by 10 to get the real value (IE a value of 505 -> 50,5 Hz). When do you plan to integrate threshold ranges? i need to checkof example that input frequency keeps between 40 and 60Hz. How can i do it without ranges?
Reviewed 13 years ago