Hello,
it's work !
Thanks a lot for the help !
Search found 8 matches
- Wed Aug 21, 2013 12:43 am
- Forum: Nagios XI
- Topic: define user to see only specific alerts
- Replies: 5
- Views: 1202
- Tue Aug 20, 2013 4:47 am
- Forum: Nagios XI
- Topic: define user to see only specific alerts
- Replies: 5
- Views: 1202
Re: define user to see only specific alerts
Hello slansing, Sorry, I still don't understand how to config this. As I understand , I will : 1. create contact "sysadmin" 2. add contact "sysadmin" to all relevant services (CPU, MEM,DISK,SWAP) and specific hosts (if I want to define that he will see only some of the hosts) for...
- Tue Aug 20, 2013 4:27 am
- Forum: Open Source Nagios Projects
- Topic: sending msg to Nagios server and show it as separate alerts
- Replies: 6
- Views: 2770
Re: sending msg to Nagios server and show it as separate ale
Hello jsmurphy, regarding the traps I inderstand, thanks for the explanation ! Sorry, I was not clear, nagios will not run the script "check_e2e" - this script is running by another tools and send output to nagios (via send_nsca maybe ) (this is a reason that I define "passive check&q...
- Sun Aug 18, 2013 11:53 pm
- Forum: Open Source Nagios Projects
- Topic: sending msg to Nagios server and show it as separate alerts
- Replies: 6
- Views: 2770
Re: sending msg to Nagios server and show it as separate ale
Hello, the "E2E script" is running only on one host (host11) and the output can be relate to ~1000 hosts, is it any way to assign output message to relevant host instead of checking host (host11) ? btw, if Nagios always display the last message handed to STDOUT (print, echo, etc) as the de...
- Sun Aug 18, 2013 11:40 pm
- Forum: Open Source Nagios Projects
- Topic: script output has more that 3 status
- Replies: 3
- Views: 1457
Re: script output has more that 3 status
Hello,
Many thanks for the quick response and your suggestions !!!!!!
Now it's more clear for me regarding the nagios event handling.
Thanks for the help !
Many thanks for the quick response and your suggestions !!!!!!
Now it's more clear for me regarding the nagios event handling.
Thanks for the help !
- Sun Aug 18, 2013 4:33 am
- Forum: Open Source Nagios Projects
- Topic: script output has more that 3 status
- Replies: 3
- Views: 1457
script output has more that 3 status
Hello, we run script that return value : 0,1,2,3,4,5 and according the value different application message should be appeared in dashboard/console, for example: 0- OK 1- Problem with connection 2- Problem with login 3- No input data 4- Process is not running 5- Data incorrect 6- Problem with connect...
- Sun Aug 18, 2013 4:24 am
- Forum: Nagios XI
- Topic: define user to see only specific alerts
- Replies: 5
- Views: 1202
define user to see only specific alerts
Hello,
is it possible to define user in dashboard to see only specific alerts, for example : user “sysadmin” will see only OS alerts (for example : CPU/Mem/SWAP/Disk) for all hosts and will not see (app alerts like "java is down") ?
Thanks for the help !
Natalia
is it possible to define user in dashboard to see only specific alerts, for example : user “sysadmin” will see only OS alerts (for example : CPU/Mem/SWAP/Disk) for all hosts and will not see (app alerts like "java is down") ?
Thanks for the help !
Natalia
- Sun Aug 18, 2013 4:19 am
- Forum: Open Source Nagios Projects
- Topic: sending msg to Nagios server and show it as separate alerts
- Replies: 6
- Views: 2770
sending msg to Nagios server and show it as separate alerts
Hello, I am looking for solution how to config sending diff message to Nagios/NagiosXI server and to show them in dashboard as separate alerts: For example, we have E2E script that checking user experience and send output with details in format : <status:OK/Problem> <host name> <location> <applicati...