ok, there was a problem with the communication between nagios server and the nagios process on the side of the monitored system.
Thank you!
Search found 5 matches
- Fri Jun 22, 2012 7:00 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
- Tue Jun 05, 2012 9:57 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
Re: DISK CRITIKAL: No such file or directory
Hi,
well, I guess he does.
doing ls -la /mnt/ I get:
So from "drwxr-xr-x" I assume every user has at least the read permission.
well, I guess he does.
doing ls -la /mnt/ I get:
Code: Select all
drwxr-xr-x 4 root root 4096 Jun 1 16:47 db
drwxr-xr-x 4 pacs root 4096 Mai 31 16:44 images
- Mon Jun 04, 2012 2:28 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITIKAL: No such file or directory
- Replies: 14
- Views: 6175
DISK CRITIKAL: No such file or directory
Hello, I want to monitor an ubuntu server 12.04 installation with 3 disks. Here's the disk configuration from "df": /dev/md1 78G 4,1G 70G 6% / ... /dev/sdc1 19T 84G 18T 1% /mnt/images /dev/sdc2 2,0T 30G 1,8T 2% /mnt/db I set up theses Nagios services: define service{ use generic-service ho...
- Mon Jun 04, 2012 2:17 am
- Forum: Open Source Nagios Projects
- Topic: Only "DISK OK" in Nagios web interface
- Replies: 3
- Views: 925
Re: Only "DISK OK" in Nagios web interface
Thank you!
- Fri Jun 01, 2012 5:27 am
- Forum: Open Source Nagios Projects
- Topic: Only "DISK OK" in Nagios web interface
- Replies: 3
- Views: 925
Only "DISK OK" in Nagios web interface
Hi, I want to monitor the free disk space for linux systems (e.g. localhost). The service definition lokks like this: define service{ use generic-service ; Name of service template to use host_name localhost service_description Disk Space check_command check_disk!20%!10%!/dev/sda1 } The command defi...