-
pawu1180
- Posts: 3
- Joined: February 27th, 2013, 8:38 am
Post
by pawu1180 » April 5th, 2014, 9:00 am
Hallo zusammen,
ich habe das nagios plugin installiert und soweit auch alles gut!
Bei den Checks ist mir aufgefallen das die CPU nicht mit überwacht wird wie kann ich das
einbauen?
Das habe ich getestet!
Code: Select all
define service{
use generic-service
host_name localhost
service_description CPU Load
check_command check_nt!CPULOAD!-l 5,80,90
}
Ergebnis auf der Agios Gui ist "Connection refused"
Bitte um Hilfe
-
penne
- Posts: 682
- Joined: September 21st, 2011, 12:48 pm
Post
by penne » April 5th, 2014, 2:45 pm
Hoi,
gehen die anderen localhost checks alle? ido, userload, ....?
gruessle
-
gerdh
- Posts: 514
- Joined: July 25th, 2009, 10:36 pm
-
Contact:
Post
by gerdh » April 5th, 2014, 3:44 pm
check_nt ist afaik fuer die clients die per ns++ angefragt werden (windows clients ?
die CPU vom ipfire fragste so ab...
Code: Select all
# Define a service to check the load on the local machine.
define service{
use local-service ; Name of service template to use
host_name localhost
service_description Current Load
check_command check_local_load!5.0,4.0,3.0!10.0,6.0,4.0
}
Gruss Gerd
-
pawu1180
- Posts: 3
- Joined: February 27th, 2013, 8:38 am
Post
by pawu1180 » April 5th, 2014, 4:03 pm
funktioniert tax