Re: [Observium] How to add linux server?
Documentation or features, its a simple choice.
Andrey Lebedev alg@condensa.ru wrote:
On 2012-09-25 23:41:31 +0100, Tom Laermans said:
On 26/09/2012 0:38, Andrey Lebedev wrote:
Tell us how you found it?
http://www.observium.org/wiki/Documentation - nothing http://www.observium.org/wiki/Main_Page - link to Professional Services http://www.observium.org/wiki/Main_Page -> search -> word "Services" -> appropriate page
But. Thanks! I'm find it.
The last one, indeed. It's not linked anywhere because it's deprecated, unsupported and buggy.
Tom
Annoying. But I think I can cope without this feature. Once again I want to say - this is a good product, but it is not very good documentation. However - it's "as is". Thank all for your help. And clarifications.
Andrey
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 2012-09-26 00:09:48 +0100, Adam Armstrong said:
Documentation or features, its a simple choice.
Do you have it in the screenshots and demo version. Is not it? I was guided by them - as I could guess that this is no more.
I'm prefered documentation over features of course. But it's only my IMHO.
In this case "Services" - undocumented features.
For example in the screenshots is such application, as bind or postfix. But they are not in the current code.
ls includes/polling/applications apache.inc.php drbd.inc.php mailscanner.inc.php memcached.inc.php mysql.inc.php nginx.inc.php ntp-client.inc.php ntpd.inc.php ntpd-server.inc.php powerdns . inc.php powerdns-recursor.inc.php shoutcast.inc.php unbound.inc.php root @ monitoring :/ opt / observium #
Or less includes/polling/unix-agent.inc.php
# # Disabled for DRBD because it falsely detects the check_mk output
if ($ section == "apache") {$ sa = "app"; $ sb = "apache";} if ($ section == "mysql") {$ sa = "app"; $ sb = "mysql";} if ($ section == "nginx") {$ sa = "app"; $ sb = "nginx";} # If ($ section == "drbd") {$ sa = "app"; $ sb = "drbd";}
drbd - it's supported or not?
I understand that this software is free and I use it your own risk. I just prefer to have fewer features, but they just worked.
I have no complaints about this product and I am satisfied with his work.
Regards, Andrey
Andrey Lebedev alg@condensa.ru wrote:
On 2012-09-25 23:41:31 +0100, Tom Laermans said:
On 26/09/2012 0:38, Andrey Lebedev wrote:
Tell us how you found it?
http://www.observium.org/wiki/Documentation - nothing http://www.observium.org/wiki/Main_Page - link to Professional Services http://www.observium.org/wiki/Main_Page -> search -> word "Services" -> appropriate page
But. Thanks! I'm find it.
The last one, indeed. It's not linked anywhere because it's deprecated, unsupported and buggy.
Tom
Annoying. But I think I can cope without this feature. Once again I want to say - this is a good product, but it is not very good documentation. However - it's "as is". Thank all for your help. And clarifications.
Andrey
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 25/09/2012 18:45, Andrey Lebedev wrote:
On 2012-09-26 00:09:48 +0100, Adam Armstrong said:
Documentation or features, its a simple choice.
Do you have it in the screenshots and demo version. Is not it? I was guided by them - as I could guess that this is no more.
A lot of those screenshots are very old. It's quite time consuming to replace them for every version.
I'm prefered documentation over features of course. But it's only my IMHO.
In this case "Services" - undocumented features.
For example in the screenshots is such application, as bind or postfix. But they are not in the current code.
ls includes/polling/applications apache.inc.php drbd.inc.php mailscanner.inc.php memcached.inc.php mysql.inc.php nginx.inc.php ntp-client.inc.php ntpd.inc.php ntpd-server.inc.php powerdns . inc.php powerdns-recursor.inc.php shoutcast.inc.php unbound.inc.php root @ monitoring :/ opt / observium #
Or less includes/polling/unix-agent.inc.php
# # Disabled for DRBD because it falsely detects the check_mk
output
if ($ section == "apache") {$ sa = "app"; $ sb = "apache";} if ($ section == "mysql") {$ sa = "app"; $ sb = "mysql";} if ($ section == "nginx") {$ sa = "app"; $ sb = "nginx";}
# If ($ section == "drbd") {$ sa = "app"; $ sb = "drbd";}
drbd - it's supported or not?
DRBD was something I wrote for a previous job, it has apparently broken since then and I've not been able to fix it (I don't have DRBD here now).
That commenting out is correct, we return DRBD data as "app-drbd" once the script is added to check_mk. Check_mk does it's own drbd test too, which we don't use, ehnce the confusion. At some point soon we'll fork the check_mk agent and strip out everything we don't use.
adam.
On 2012-09-26 01:31:54 +0100, Adam Armstrong said:
DRBD was something I wrote for a previous job, it has apparently broken since then and I've not been able to fix it (I don't have DRBD here now).
That commenting out is correct, we return DRBD data as "app-drbd" once the script is added to check_mk. Check_mk does it's own drbd test too, which we don't use, ehnce the confusion. At some point soon we'll fork the check_mk agent and strip out everything we don't use.
adam.
Thanks!
Andrey
participants (2)
-
Adam Armstrong
-
Andrey Lebedev